Html Css Color HEX #A999EC Biloba Flower

📋 copy color: '#A999EC'

red 169 ◦ green 153 ◦ blue 236

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

Shades of Biloba Flower #A999EC

Tints of Biloba Flower #A999EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.29%

R = 30.29%
G = 27.42%
B = 42.29%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A999EC (or 0xA999EC) is known color: Biloba Flower. HEX triplet: A9, 99 and EC. RGB value is (169,153,236). Sum of RGB (Red+Green+Blue) = 169+153+236=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 153 (60.16% from 255 or 27.42% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #A999EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999EC is #566613. Grayscale: #A6A6A6. Windows color (decimal): -5662228 or 15505833. OLE color: 15505833.

HSL color Cylindrical-coordinate representation of color #A999EC: hue angle of 251.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A999EC is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 153 236 -
CMYK 0.28 0.35 0 0.07
HSL 251.57º 0.69% 0.76% -
HSV(B) 251.57º 0.35% 0.93% -
XYZ 42.89 37.27 84.29 -
YUV 167.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 169 153 236 0.28 0.35 0 0.07 251.57 0.69 0.76
Hex A9 99 EC 1C 23 0 7 FC 45 4C
Octal 251 231 354 34 43 0 7 374 105 114
Binary 10101001 10011001 11101100 11100 100011 0 111 11111100 1000101 1001100

Color Harmonies of #A999EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999EC

Black with #A999EC

Text Example


Text Example

White with #A999EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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