Html Css Color HEX #A999D8 Biloba Flower

📋 copy color: '#A999D8'

red 169 ◦ green 153 ◦ blue 216

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

Shades of Biloba Flower #A999D8

Tints of Biloba Flower #A999D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.15%

R = 31.41%
G = 28.44%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A999D8 (or 0xA999D8) is known color: Biloba Flower. HEX triplet: A9, 99 and D8. RGB value is (169,153,216). Sum of RGB (Red+Green+Blue) = 169+153+216=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #A999D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999D8 is #566627. Grayscale: #A4A4A4. Windows color (decimal): -5662248 or 14195113. OLE color: 14195113.

HSL color Cylindrical-coordinate representation of color #A999D8: hue angle of 255.24º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A999D8 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 153 216 -
CMYK 0.22 0.29 0 0.15
HSL 255.24º 0.45% 0.72% -
HSV(B) 255.24º 0.29% 0.85% -
XYZ 40.15 36.18 69.83 -
YUV 164.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 169 153 216 0.22 0.29 0 0.15 255.24 0.45 0.72
Hex A9 99 D8 16 1D 0 F FF 2D 48
Octal 251 231 330 26 35 0 17 377 55 110
Binary 10101001 10011001 11011000 10110 11101 0 1111 11111111 101101 1001000

Color Harmonies of #A999D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999D8

Black with #A999D8

Text Example


Text Example

White with #A999D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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