Html Css Color HEX #A99ECB Biloba Flower

📋 copy color: '#A99ECB'

red 169 ◦ green 158 ◦ blue 203

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

Shades of Biloba Flower #A99ECB

Tints of Biloba Flower #A99ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.3%

R = 31.89%
G = 29.81%
B = 38.3%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A99ECB (or 0xA99ECB) is known color: Biloba Flower. HEX triplet: A9, 9E and CB. RGB value is (169,158,203). Sum of RGB (Red+Green+Blue) = 169+158+203=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #A99ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ECB is #566134. Grayscale: #A6A6A6. Windows color (decimal): -5660981 or 13344425. OLE color: 13344425.

HSL color Cylindrical-coordinate representation of color #A99ECB: hue angle of 254.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99ECB is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 158 203 -
CMYK 0.17 0.22 0 0.20
HSL 254.67º 0.3% 0.71% -
HSV(B) 254.67º 0.22% 0.8% -
XYZ 39.37 37.2 61.61 -
YUV 166.42 148.64 129.84 -
System Red Green Blue C M Y K H S L
Decimal 169 158 203 0.17 0.22 0 0.20 254.67 0.3 0.71
Hex A9 9E CB 11 16 0 14 FF 1E 47
Octal 251 236 313 21 26 0 24 377 36 107
Binary 10101001 10011110 11001011 10001 10110 0 10100 11111111 11110 1000111

Color Harmonies of #A99ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99ECB

Black with #A99ECB

Text Example


Text Example

White with #A99ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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