Html Css Color HEX #A99DC9 Biloba Flower

📋 copy color: '#A99DC9'

red 169 ◦ green 157 ◦ blue 201

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

Shades of Biloba Flower #A99DC9

Tints of Biloba Flower #A99DC9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.79%

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 32.07%
G = 29.79%
B = 38.14%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A99DC9 (or 0xA99DC9) is known color: Biloba Flower. HEX triplet: A9, 9D and C9. RGB value is (169,157,201). Sum of RGB (Red+Green+Blue) = 169+157+201=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #A99DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DC9 is #566236. Grayscale: #A5A5A5. Windows color (decimal): -5661239 or 13213097. OLE color: 13213097.

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

Color convert

RGB 169 157 201 -
CMYK 0.16 0.22 0 0.21
HSL 256.36º 0.29% 0.7% -
HSV(B) 256.36º 0.22% 0.79% -
XYZ 38.96 36.77 60.3 -
YUV 165.6 147.98 130.42 -
System Red Green Blue C M Y K H S L
Decimal 169 157 201 0.16 0.22 0 0.21 256.36 0.29 0.7
Hex A9 9D C9 10 16 0 15 100 1D 46
Octal 251 235 311 20 26 0 25 400 35 106
Binary 10101001 10011101 11001001 10000 10110 0 10101 100000000 11101 1000110

Color Harmonies of #A99DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DC9

Black with #A99DC9

Text Example


Text Example

White with #A99DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DC9; }

 p { color: rgb(169,157,201); }

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

background-color css

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

 a { background-color: rgb(169,157,201); }

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

border-color css

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

 span { border-color: rgb(169,157,201); }

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