Html Css Color HEX #A99CE5 Biloba Flower

📋 copy color: '#A99CE5'

red 169 ◦ green 156 ◦ blue 229

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

Shades of Biloba Flower #A99CE5

Tints of Biloba Flower #A99CE5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

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

R = 30.51%
G = 28.16%
B = 41.34%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A99CE5 (or 0xA99CE5) is known color: Biloba Flower. HEX triplet: A9, 9C and E5. RGB value is (169,156,229). Sum of RGB (Red+Green+Blue) = 169+156+229=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #A99CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CE5 is #56631A. Grayscale: #A7A7A7. Windows color (decimal): -5661467 or 15047849. OLE color: 15047849.

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

Color convert

RGB 169 156 229 -
CMYK 0.26 0.32 0 0.10
HSL 250.68º 0.58% 0.75% -
HSV(B) 250.68º 0.32% 0.9% -
XYZ 42.39 37.87 79.2 -
YUV 168.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 169 156 229 0.26 0.32 0 0.10 250.68 0.58 0.75
Hex A9 9C E5 1A 20 0 A FB 3A 4B
Octal 251 234 345 32 40 0 12 373 72 113
Binary 10101001 10011100 11100101 11010 100000 0 1010 11111011 111010 1001011

Color Harmonies of #A99CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CE5

Black with #A99CE5

Text Example


Text Example

White with #A99CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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