Html Css Color HEX #AA9BC8 Biloba Flower

📋 copy color: '#AA9BC8'

red 170 ◦ green 155 ◦ blue 200

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

Shades of Biloba Flower #AA9BC8

Tints of Biloba Flower #AA9BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 32.38%
G = 29.52%
B = 38.1%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA9BC8 (or 0xAA9BC8) is known color: Biloba Flower. HEX triplet: AA, 9B and C8. RGB value is (170,155,200). Sum of RGB (Red+Green+Blue) = 170+155+200=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA9BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BC8 is #556437. Grayscale: #A4A4A4. Windows color (decimal): -5596216 or 13147050. OLE color: 13147050.

HSL color Cylindrical-coordinate representation of color #AA9BC8: hue angle of 260º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9BC8 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 155 200 -
CMYK 0.15 0.22 0 0.22
HSL 260º 0.29% 0.7% -
HSV(B) 260º 0.23% 0.78% -
XYZ 38.72 36.16 59.58 -
YUV 164.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 170 155 200 0.15 0.22 0 0.22 260 0.29 0.7
Hex AA 9B C8 F 16 0 16 104 1D 46
Octal 252 233 310 17 26 0 26 404 35 106
Binary 10101010 10011011 11001000 1111 10110 0 10110 100000100 11101 1000110

Color Harmonies of #AA9BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9BC8

Black with #AA9BC8

Text Example


Text Example

White with #AA9BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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