Html Css Color HEX #A99DCD Biloba Flower

📋 copy color: '#A99DCD'

red 169 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #A99DCD

Tints of Biloba Flower #A99DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 31.83%
G = 29.57%
B = 38.61%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A99DCD (or 0xA99DCD) is known color: Biloba Flower. HEX triplet: A9, 9D and CD. RGB value is (169,157,205). Sum of RGB (Red+Green+Blue) = 169+157+205=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DCD is #566232. Grayscale: #A5A5A5. Windows color (decimal): -5661235 or 13475241. OLE color: 13475241.

HSL color Cylindrical-coordinate representation of color #A99DCD: hue angle of 255º degrees, saturation: 0.32, 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 #A99DCD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 157 205 -
CMYK 0.18 0.23 0 0.20
HSL 255º 0.32% 0.71% -
HSV(B) 255º 0.23% 0.8% -
XYZ 39.44 36.96 62.81 -
YUV 166.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 169 157 205 0.18 0.23 0 0.20 255 0.32 0.71
Hex A9 9D CD 12 17 0 14 FF 20 47
Octal 251 235 315 22 27 0 24 377 40 107
Binary 10101001 10011101 11001101 10010 10111 0 10100 11111111 100000 1000111

Color Harmonies of #A99DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DCD

Black with #A99DCD

Text Example


Text Example

White with #A99DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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