Html Css Color HEX #A99DCA Biloba Flower

📋 copy color: '#A99DCA'

red 169 ◦ green 157 ◦ blue 202

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

Shades of Biloba Flower #A99DCA

Tints of Biloba Flower #A99DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 32.01%
G = 29.73%
B = 38.26%

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

#A99DCA (or 0xA99DCA) is known color: Biloba Flower. HEX triplet: A9, 9D and CA. RGB value is (169,157,202). Sum of RGB (Red+Green+Blue) = 169+157+202=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #A99DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DCA is #566235. Grayscale: #A5A5A5. Windows color (decimal): -5661238 or 13278633. OLE color: 13278633.

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

Color convert

RGB 169 157 202 -
CMYK 0.16 0.22 0 0.21
HSL 256º 0.3% 0.7% -
HSV(B) 256º 0.22% 0.79% -
XYZ 39.08 36.81 60.92 -
YUV 165.72 148.48 130.34 -
System Red Green Blue C M Y K H S L
Decimal 169 157 202 0.16 0.22 0 0.21 256 0.3 0.7
Hex A9 9D CA 10 16 0 15 100 1E 46
Octal 251 235 312 20 26 0 25 400 36 106
Binary 10101001 10011101 11001010 10000 10110 0 10101 100000000 11110 1000110

Color Harmonies of #A99DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DCA

Black with #A99DCA

Text Example


Text Example

White with #A99DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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