Html Css Color HEX #A99BCC Biloba Flower

📋 copy color: '#A99BCC'

red 169 ◦ green 155 ◦ blue 204

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

Shades of Biloba Flower #A99BCC

Tints of Biloba Flower #A99BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.64%

R = 32.01%
G = 29.36%
B = 38.64%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A99BCC (or 0xA99BCC) is known color: Biloba Flower. HEX triplet: A9, 9B and CC. RGB value is (169,155,204). Sum of RGB (Red+Green+Blue) = 169+155+204=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #A99BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BCC is #566433. Grayscale: #A4A4A4. Windows color (decimal): -5661748 or 13409193. OLE color: 13409193.

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

Color convert

RGB 169 155 204 -
CMYK 0.17 0.24 0 0.2
HSL 257.14º 0.32% 0.7% -
HSV(B) 257.14º 0.24% 0.8% -
XYZ 38.98 36.24 62.07 -
YUV 164.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 169 155 204 0.17 0.24 0 0.2 257.14 0.32 0.7
Hex A9 9B CC 11 18 0 14 101 20 46
Octal 251 233 314 21 30 0 24 401 40 106
Binary 10101001 10011011 11001100 10001 11000 0 10100 100000001 100000 1000110

Color Harmonies of #A99BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BCC

Black with #A99BCC

Text Example


Text Example

White with #A99BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BCC; }

 p { color: rgb(169,155,204); }

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

background-color css

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

 a { background-color: rgb(169,155,204); }

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

border-color css

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

 span { border-color: rgb(169,155,204); }

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