Html Css Color HEX #A999E5 Biloba Flower

📋 copy color: '#A999E5'

red 169 ◦ green 153 ◦ blue 229

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

Shades of Biloba Flower #A999E5

Tints of Biloba Flower #A999E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.56%

R = 30.67%
G = 27.77%
B = 41.56%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A999E5 (or 0xA999E5) is known color: Biloba Flower. HEX triplet: A9, 99 and E5. RGB value is (169,153,229). Sum of RGB (Red+Green+Blue) = 169+153+229=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #A999E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999E5 is #56661A. Grayscale: #A6A6A6. Windows color (decimal): -5662235 or 15047081. OLE color: 15047081.

HSL color Cylindrical-coordinate representation of color #A999E5: hue angle of 252.63º degrees, saturation: 0.59, 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 #A999E5 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 153 229 -
CMYK 0.26 0.33 0 0.10
HSL 252.63º 0.59% 0.75% -
HSV(B) 252.63º 0.33% 0.9% -
XYZ 41.9 36.87 79.04 -
YUV 166.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 169 153 229 0.26 0.33 0 0.10 252.63 0.59 0.75
Hex A9 99 E5 1A 21 0 A FD 3B 4B
Octal 251 231 345 32 41 0 12 375 73 113
Binary 10101001 10011001 11100101 11010 100001 0 1010 11111101 111011 1001011

Color Harmonies of #A999E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999E5

Black with #A999E5

Text Example


Text Example

White with #A999E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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