Html Css Color HEX #A999DF Biloba Flower

📋 copy color: '#A999DF'

red 169 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #A999DF

Tints of Biloba Flower #A999DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 31.01%
G = 28.07%
B = 40.92%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A999DF (or 0xA999DF) is known color: Biloba Flower. HEX triplet: A9, 99 and DF. RGB value is (169,153,223). Sum of RGB (Red+Green+Blue) = 169+153+223=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #A999DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999DF is #566620. Grayscale: #A5A5A5. Windows color (decimal): -5662241 or 14653865. OLE color: 14653865.

HSL color Cylindrical-coordinate representation of color #A999DF: hue angle of 253.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A999DF is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 153 223 -
CMYK 0.24 0.31 0 0.13
HSL 253.71º 0.52% 0.74% -
HSV(B) 253.71º 0.31% 0.87% -
XYZ 41.07 36.55 74.7 -
YUV 165.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 169 153 223 0.24 0.31 0 0.13 253.71 0.52 0.74
Hex A9 99 DF 18 1F 0 D FE 34 4A
Octal 251 231 337 30 37 0 15 376 64 112
Binary 10101001 10011001 11011111 11000 11111 0 1101 11111110 110100 1001010

Color Harmonies of #A999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999DF

Black with #A999DF

Text Example


Text Example

White with #A999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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