Html Css Color HEX #AB8ECE Biloba Flower

📋 copy color: '#AB8ECE'

red 171 ◦ green 142 ◦ blue 206

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

Shades of Biloba Flower #AB8ECE

Tints of Biloba Flower #AB8ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.36%

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

R = 32.95%
G = 27.36%
B = 39.69%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB8ECE (or 0xAB8ECE) is known color: Biloba Flower. HEX triplet: AB, 8E and CE. RGB value is (171,142,206). Sum of RGB (Red+Green+Blue) = 171+142+206=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ECE is #547131. Grayscale: #9D9D9D. Windows color (decimal): -5534002 or 13536939. OLE color: 13536939.

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

Color convert

RGB 171 142 206 -
CMYK 0.17 0.31 0 0.19
HSL 267.19º 0.4% 0.68% -
HSV(B) 267.19º 0.31% 0.81% -
XYZ 37.61 32.46 62.68 -
YUV 157.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 171 142 206 0.17 0.31 0 0.19 267.19 0.4 0.68
Hex AB 8E CE 11 1F 0 13 10B 28 44
Octal 253 216 316 21 37 0 23 413 50 104
Binary 10101011 10001110 11001110 10001 11111 0 10011 100001011 101000 1000100

Color Harmonies of #AB8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8ECE

Black with #AB8ECE

Text Example


Text Example

White with #AB8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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