Html Css Color HEX #A99EC1 Biloba Flower

📋 copy color: '#A99EC1'

red 169 ◦ green 158 ◦ blue 193

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

Shades of Biloba Flower #A99EC1

Tints of Biloba Flower #A99EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.38%

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 32.5%
G = 30.38%
B = 37.12%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A99EC1 (or 0xA99EC1) is known color: Biloba Flower. HEX triplet: A9, 9E and C1. RGB value is (169,158,193). Sum of RGB (Red+Green+Blue) = 169+158+193=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #A99EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99EC1 is #56613E. Grayscale: #A5A5A5. Windows color (decimal): -5660991 or 12689065. OLE color: 12689065.

HSL color Cylindrical-coordinate representation of color #A99EC1: hue angle of 258.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99EC1 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 158 193 -
CMYK 0.12 0.18 0 0.24
HSL 258.86º 0.22% 0.69% -
HSV(B) 258.86º 0.18% 0.76% -
XYZ 38.21 36.74 55.53 -
YUV 165.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 169 158 193 0.12 0.18 0 0.24 258.86 0.22 0.69
Hex A9 9E C1 C 12 0 18 103 16 45
Octal 251 236 301 14 22 0 30 403 26 105
Binary 10101001 10011110 11000001 1100 10010 0 11000 100000011 10110 1000101

Color Harmonies of #A99EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99EC1

Black with #A99EC1

Text Example


Text Example

White with #A99EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99EC1; }

 p { color: rgb(169,158,193); }

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

background-color css

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

 a { background-color: rgb(169,158,193); }

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

border-color css

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

 span { border-color: rgb(169,158,193); }

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