Html Css Color HEX #A99CCB Biloba Flower

📋 copy color: '#A99CCB'

red 169 ◦ green 156 ◦ blue 203

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

Shades of Biloba Flower #A99CCB

Tints of Biloba Flower #A99CCB

RGB

 RED value IS 169 (66.41% from 255) = 32.01%

 GREEN value IS 156 (61.33% from 255) = 29.55%

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

R = 32.01%
G = 29.55%
B = 38.45%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A99CCB (or 0xA99CCB) is known color: Biloba Flower. HEX triplet: A9, 9C and CB. RGB value is (169,156,203). Sum of RGB (Red+Green+Blue) = 169+156+203=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CCB is #566334. Grayscale: #A5A5A5. Windows color (decimal): -5661493 or 13343913. OLE color: 13343913.

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

Color convert

RGB 169 156 203 -
CMYK 0.17 0.23 0 0.20
HSL 256.6º 0.31% 0.7% -
HSV(B) 256.6º 0.23% 0.8% -
XYZ 39.03 36.52 61.49 -
YUV 165.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 169 156 203 0.17 0.23 0 0.20 256.6 0.31 0.7
Hex A9 9C CB 11 17 0 14 101 1F 46
Octal 251 234 313 21 27 0 24 401 37 106
Binary 10101001 10011100 11001011 10001 10111 0 10100 100000001 11111 1000110

Color Harmonies of #A99CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CCB

Black with #A99CCB

Text Example


Text Example

White with #A99CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CCB; }

 p { color: rgb(169,156,203); }

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

background-color css

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

 a { background-color: rgb(169,156,203); }

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

border-color css

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

 span { border-color: rgb(169,156,203); }

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