Html Css Color HEX #A99DD2 Biloba Flower

📋 copy color: '#A99DD2'

red 169 ◦ green 157 ◦ blue 210

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

Shades of Biloba Flower #A99DD2

Tints of Biloba Flower #A99DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.18%

R = 31.53%
G = 29.29%
B = 39.18%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A99DD2 (or 0xA99DD2) is known color: Biloba Flower. HEX triplet: A9, 9D and D2. RGB value is (169,157,210). Sum of RGB (Red+Green+Blue) = 169+157+210=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #A99DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DD2 is #56622D. Grayscale: #A6A6A6. Windows color (decimal): -5661230 or 13802921. OLE color: 13802921.

HSL color Cylindrical-coordinate representation of color #A99DD2: hue angle of 253.58º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A99DD2 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 157 210 -
CMYK 0.20 0.25 0 0.18
HSL 253.58º 0.37% 0.72% -
HSV(B) 253.58º 0.25% 0.82% -
XYZ 40.05 37.2 66.04 -
YUV 166.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 169 157 210 0.20 0.25 0 0.18 253.58 0.37 0.72
Hex A9 9D D2 14 19 0 12 FE 25 48
Octal 251 235 322 24 31 0 22 376 45 110
Binary 10101001 10011101 11010010 10100 11001 0 10010 11111110 100101 1001000

Color Harmonies of #A99DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DD2

Black with #A99DD2

Text Example


Text Example

White with #A99DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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