Html Css Color HEX #A99BC8 Biloba Flower

📋 copy color: '#A99BC8'

red 169 ◦ green 155 ◦ blue 200

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

Shades of Biloba Flower #A99BC8

Tints of Biloba Flower #A99BC8

RGB

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

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

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

R = 32.25%
G = 29.58%
B = 38.17%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A99BC8 (or 0xA99BC8) is known color: Biloba Flower. HEX triplet: A9, 9B and C8. RGB value is (169,155,200). Sum of RGB (Red+Green+Blue) = 169+155+200=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #A99BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BC8 is #566437. Grayscale: #A4A4A4. Windows color (decimal): -5661752 or 13147049. OLE color: 13147049.

HSL color Cylindrical-coordinate representation of color #A99BC8: hue angle of 258.67º 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 #A99BC8 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 155 200 -
CMYK 0.16 0.22 0 0.22
HSL 258.67º 0.29% 0.7% -
HSV(B) 258.67º 0.23% 0.78% -
XYZ 38.51 36.05 59.57 -
YUV 164.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 169 155 200 0.16 0.22 0 0.22 258.67 0.29 0.7
Hex A9 9B C8 10 16 0 16 103 1D 46
Octal 251 233 310 20 26 0 26 403 35 106
Binary 10101001 10011011 11001000 10000 10110 0 10110 100000011 11101 1000110

Color Harmonies of #A99BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BC8

Black with #A99BC8

Text Example


Text Example

White with #A99BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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