Html Css Color HEX #AB9ECE Biloba Flower

📋 copy color: '#AB9ECE'

red 171 ◦ green 158 ◦ blue 206

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

Shades of Biloba Flower #AB9ECE

Tints of Biloba Flower #AB9ECE

RGB

 RED value IS 171 (67.19% from 255) = 31.96%

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 31.96%
G = 29.53%
B = 38.5%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB9ECE (or 0xAB9ECE) is known color: Biloba Flower. HEX triplet: AB, 9E and CE. RGB value is (171,158,206). Sum of RGB (Red+Green+Blue) = 171+158+206=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ECE is #546131. Grayscale: #A7A7A7. Windows color (decimal): -5529906 or 13541035. OLE color: 13541035.

HSL color Cylindrical-coordinate representation of color #AB9ECE: hue angle of 256.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9ECE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 158 206 -
CMYK 0.17 0.23 0 0.19
HSL 256.25º 0.33% 0.71% -
HSV(B) 256.25º 0.23% 0.81% -
XYZ 40.16 37.57 63.53 -
YUV 167.36 149.81 130.6 -
System Red Green Blue C M Y K H S L
Decimal 171 158 206 0.17 0.23 0 0.19 256.25 0.33 0.71
Hex AB 9E CE 11 17 0 13 100 21 47
Octal 253 236 316 21 27 0 23 400 41 107
Binary 10101011 10011110 11001110 10001 10111 0 10011 100000000 100001 1000111

Color Harmonies of #AB9ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ECE

Black with #AB9ECE

Text Example


Text Example

White with #AB9ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ECE; }

 p { color: rgb(171,158,206); }

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

background-color css

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

 a { background-color: rgb(171,158,206); }

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

border-color css

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

 span { border-color: rgb(171,158,206); }

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