Html Css Color HEX #A999DA Biloba Flower

📋 copy color: '#A999DA'

red 169 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #A999DA

Tints of Biloba Flower #A999DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 31.3%
G = 28.33%
B = 40.37%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A999DA (or 0xA999DA) is known color: Biloba Flower. HEX triplet: A9, 99 and DA. RGB value is (169,153,218). Sum of RGB (Red+Green+Blue) = 169+153+218=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #A999DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999DA is #566625. Grayscale: #A4A4A4. Windows color (decimal): -5662246 or 14326185. OLE color: 14326185.

HSL color Cylindrical-coordinate representation of color #A999DA: hue angle of 254.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A999DA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 153 218 -
CMYK 0.22 0.30 0 0.15
HSL 254.77º 0.47% 0.73% -
HSV(B) 254.77º 0.3% 0.85% -
XYZ 40.41 36.28 71.2 -
YUV 165.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 169 153 218 0.22 0.30 0 0.15 254.77 0.47 0.73
Hex A9 99 DA 16 1E 0 F FF 2F 49
Octal 251 231 332 26 36 0 17 377 57 111
Binary 10101001 10011001 11011010 10110 11110 0 1111 11111111 101111 1001001

Color Harmonies of #A999DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999DA

Black with #A999DA

Text Example


Text Example

White with #A999DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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