Html Css Color HEX #A99CE4 Biloba Flower

📋 copy color: '#A99CE4'

red 169 ◦ green 156 ◦ blue 228

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

Shades of Biloba Flower #A99CE4

Tints of Biloba Flower #A99CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.23%

R = 30.56%
G = 28.21%
B = 41.23%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A99CE4 (or 0xA99CE4) is known color: Biloba Flower. HEX triplet: A9, 9C and E4. RGB value is (169,156,228). Sum of RGB (Red+Green+Blue) = 169+156+228=553 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.56% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #A99CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CE4 is #56631B. Grayscale: #A7A7A7. Windows color (decimal): -5661468 or 14982313. OLE color: 14982313.

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

Color convert

RGB 169 156 228 -
CMYK 0.26 0.32 0 0.11
HSL 250.83º 0.57% 0.75% -
HSV(B) 250.83º 0.32% 0.89% -
XYZ 42.25 37.81 78.47 -
YUV 168.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 169 156 228 0.26 0.32 0 0.11 250.83 0.57 0.75
Hex A9 9C E4 1A 20 0 B FB 39 4B
Octal 251 234 344 32 40 0 13 373 71 113
Binary 10101001 10011100 11100100 11010 100000 0 1011 11111011 111001 1001011

Color Harmonies of #A99CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CE4

Black with #A99CE4

Text Example


Text Example

White with #A99CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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