Html Css Color HEX #A999DE Biloba Flower

📋 copy color: '#A999DE'

red 169 ◦ green 153 ◦ blue 222

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

Shades of Biloba Flower #A999DE

Tints of Biloba Flower #A999DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 31.07%
G = 28.13%
B = 40.81%

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

#A999DE (or 0xA999DE) is known color: Biloba Flower. HEX triplet: A9, 99 and DE. RGB value is (169,153,222). Sum of RGB (Red+Green+Blue) = 169+153+222=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #A999DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999DE is #566621. Grayscale: #A5A5A5. Windows color (decimal): -5662242 or 14588329. OLE color: 14588329.

HSL color Cylindrical-coordinate representation of color #A999DE: hue angle of 253.91º degrees, saturation: 0.51, 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 #A999DE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 153 222 -
CMYK 0.24 0.31 0 0.13
HSL 253.91º 0.51% 0.74% -
HSV(B) 253.91º 0.31% 0.87% -
XYZ 40.94 36.49 73.99 -
YUV 165.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 169 153 222 0.24 0.31 0 0.13 253.91 0.51 0.74
Hex A9 99 DE 18 1F 0 D FE 33 4A
Octal 251 231 336 30 37 0 15 376 63 112
Binary 10101001 10011001 11011110 11000 11111 0 1101 11111110 110011 1001010

Color Harmonies of #A999DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999DE

Black with #A999DE

Text Example


Text Example

White with #A999DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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