Html Css Color HEX #AA99CB Biloba Flower

📋 copy color: '#AA99CB'

red 170 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #AA99CB

Tints of Biloba Flower #AA99CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 32.32%
G = 29.09%
B = 38.59%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA99CB (or 0xAA99CB) is known color: Biloba Flower. HEX triplet: AA, 99 and CB. RGB value is (170,153,203). Sum of RGB (Red+Green+Blue) = 170+153+203=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99CB is #556634. Grayscale: #A3A3A3. Windows color (decimal): -5596725 or 13343146. OLE color: 13343146.

HSL color Cylindrical-coordinate representation of color #AA99CB: hue angle of 260.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA99CB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 153 203 -
CMYK 0.16 0.25 0 0.20
HSL 260.4º 0.32% 0.7% -
HSV(B) 260.4º 0.25% 0.8% -
XYZ 38.75 35.64 61.34 -
YUV 163.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 170 153 203 0.16 0.25 0 0.20 260.4 0.32 0.7
Hex AA 99 CB 10 19 0 14 104 20 46
Octal 252 231 313 20 31 0 24 404 40 106
Binary 10101010 10011001 11001011 10000 11001 0 10100 100000100 100000 1000110

Color Harmonies of #AA99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA99CB

Black with #AA99CB

Text Example


Text Example

White with #AA99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA99CB; }

 p { color: rgb(170,153,203); }

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

background-color css

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

 a { background-color: rgb(170,153,203); }

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

border-color css

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

 span { border-color: rgb(170,153,203); }

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