Html Css Color HEX #AA9BD0 Biloba Flower

📋 copy color: '#AA9BD0'

red 170 ◦ green 155 ◦ blue 208

#AA9BD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AA9BD0

Tints of Biloba Flower #AA9BD0

RGB

 RED value IS 170 (66.8% from 255) = 31.89%

 GREEN value IS 155 (60.94% from 255) = 29.08%

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 31.89%
G = 29.08%
B = 39.02%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AA9BD0 (or 0xAA9BD0) is known color: Biloba Flower. HEX triplet: AA, 9B and D0. RGB value is (170,155,208). Sum of RGB (Red+Green+Blue) = 170+155+208=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA9BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BD0 is #55642F. Grayscale: #A5A5A5. Windows color (decimal): -5596208 or 13671338. OLE color: 13671338.

HSL color Cylindrical-coordinate representation of color #AA9BD0: hue angle of 256.98º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9BD0 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 155 208 -
CMYK 0.18 0.25 0 0.18
HSL 256.98º 0.36% 0.71% -
HSV(B) 256.98º 0.25% 0.82% -
XYZ 39.68 36.54 64.64 -
YUV 165.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 170 155 208 0.18 0.25 0 0.18 256.98 0.36 0.71
Hex AA 9B D0 12 19 0 12 101 24 47
Octal 252 233 320 22 31 0 22 401 44 107
Binary 10101010 10011011 11010000 10010 11001 0 10010 100000001 100100 1000111

Color Harmonies of #AA9BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BD0

Black with #AA9BD0

Text Example


Text Example

White with #AA9BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BD0; }

 p { color: rgb(170,155,208); }

 H1.HeaderClassName
 {
   color: #AA9BD0;
 }
 .AnyTagClassName
 {
   color: #AA9BD0;
 }
</style>

background-color css

<style>
 a { background-color: #AA9BD0; }

 a { background-color: rgb(170,155,208); }

 div.DivClassName
 {
   background-color: #AA9BD0;
 }
 .BgClassName
 {
   background-color: #AA9BD0;
 }
</style>

border-color css

<style>
 span { border-color: #AA9BD0; }

 span { border-color: rgb(170,155,208); }

 td.TdClassName
 {
   border-color: #AA9BD0;
 }
 .TagClassName
 {
   border-color: #AA9BD0;
 }
</style>