Html Css Color HEX #A99DCB Biloba Flower

📋 copy color: '#A99DCB'

red 169 ◦ green 157 ◦ blue 203

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

Shades of Biloba Flower #A99DCB

Tints of Biloba Flower #A99DCB

RGB

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

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

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

R = 31.95%
G = 29.68%
B = 38.37%

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

#A99DCB (or 0xA99DCB) is known color: Biloba Flower. HEX triplet: A9, 9D and CB. RGB value is (169,157,203). Sum of RGB (Red+Green+Blue) = 169+157+203=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DCB is #566234. Grayscale: #A5A5A5. Windows color (decimal): -5661237 or 13344169. OLE color: 13344169.

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

Color convert

RGB 169 157 203 -
CMYK 0.17 0.23 0 0.20
HSL 255.65º 0.31% 0.71% -
HSV(B) 255.65º 0.23% 0.8% -
XYZ 39.2 36.86 61.55 -
YUV 165.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 169 157 203 0.17 0.23 0 0.20 255.65 0.31 0.71
Hex A9 9D CB 11 17 0 14 100 1F 47
Octal 251 235 313 21 27 0 24 400 37 107
Binary 10101001 10011101 11001011 10001 10111 0 10100 100000000 11111 1000111

Color Harmonies of #A99DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DCB

Black with #A99DCB

Text Example


Text Example

White with #A99DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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