Html Css Color HEX #A999D1 Biloba Flower

📋 copy color: '#A999D1'

red 169 ◦ green 153 ◦ blue 209

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

Shades of Biloba Flower #A999D1

Tints of Biloba Flower #A999D1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.81%

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 31.83%
G = 28.81%
B = 39.36%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A999D1 (or 0xA999D1) is known color: Biloba Flower. HEX triplet: A9, 99 and D1. RGB value is (169,153,209). Sum of RGB (Red+Green+Blue) = 169+153+209=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #A999D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999D1 is #56662E. Grayscale: #A3A3A3. Windows color (decimal): -5662255 or 13736361. OLE color: 13736361.

HSL color Cylindrical-coordinate representation of color #A999D1: hue angle of 257.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A999D1 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 153 209 -
CMYK 0.19 0.27 0 0.18
HSL 257.14º 0.38% 0.71% -
HSV(B) 257.14º 0.27% 0.82% -
XYZ 39.26 35.82 65.17 -
YUV 164.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 169 153 209 0.19 0.27 0 0.18 257.14 0.38 0.71
Hex A9 99 D1 13 1B 0 12 101 26 47
Octal 251 231 321 23 33 0 22 401 46 107
Binary 10101001 10011001 11010001 10011 11011 0 10010 100000001 100110 1000111

Color Harmonies of #A999D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999D1

Black with #A999D1

Text Example


Text Example

White with #A999D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999D1; }

 p { color: rgb(169,153,209); }

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

background-color css

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

 a { background-color: rgb(169,153,209); }

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

border-color css

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

 span { border-color: rgb(169,153,209); }

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