Html Css Color HEX #A999E6 Biloba Flower

📋 copy color: '#A999E6'

red 169 ◦ green 153 ◦ blue 230

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

Shades of Biloba Flower #A999E6

Tints of Biloba Flower #A999E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 30.62%
G = 27.72%
B = 41.67%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A999E6 (or 0xA999E6) is known color: Biloba Flower. HEX triplet: A9, 99 and E6. RGB value is (169,153,230). Sum of RGB (Red+Green+Blue) = 169+153+230=552 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.62% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #A999E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999E6 is #566619. Grayscale: #A6A6A6. Windows color (decimal): -5662234 or 15112617. OLE color: 15112617.

HSL color Cylindrical-coordinate representation of color #A999E6: hue angle of 252.47º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A999E6 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 153 230 -
CMYK 0.27 0.33 0 0.10
HSL 252.47º 0.61% 0.75% -
HSV(B) 252.47º 0.33% 0.9% -
XYZ 42.04 36.93 79.78 -
YUV 166.56 163.8 129.74 -
System Red Green Blue C M Y K H S L
Decimal 169 153 230 0.27 0.33 0 0.10 252.47 0.61 0.75
Hex A9 99 E6 1B 21 0 A FC 3D 4B
Octal 251 231 346 33 41 0 12 374 75 113
Binary 10101001 10011001 11100110 11011 100001 0 1010 11111100 111101 1001011

Color Harmonies of #A999E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999E6

Black with #A999E6

Text Example


Text Example

White with #A999E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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