Html Css Color HEX #AB8ECD Biloba Flower

📋 copy color: '#AB8ECD'

red 171 ◦ green 142 ◦ blue 205

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

Shades of Biloba Flower #AB8ECD

Tints of Biloba Flower #AB8ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 33.01%
G = 27.41%
B = 39.58%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB8ECD (or 0xAB8ECD) is known color: Biloba Flower. HEX triplet: AB, 8E and CD. RGB value is (171,142,205). Sum of RGB (Red+Green+Blue) = 171+142+205=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ECD is #547132. Grayscale: #9D9D9D. Windows color (decimal): -5534003 or 13471403. OLE color: 13471403.

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

Color convert

RGB 171 142 205 -
CMYK 0.17 0.31 0 0.20
HSL 267.62º 0.39% 0.68% -
HSV(B) 267.62º 0.31% 0.8% -
XYZ 37.49 32.41 62.04 -
YUV 157.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 171 142 205 0.17 0.31 0 0.20 267.62 0.39 0.68
Hex AB 8E CD 11 1F 0 14 10C 27 44
Octal 253 216 315 21 37 0 24 414 47 104
Binary 10101011 10001110 11001101 10001 11111 0 10100 100001100 100111 1000100

Color Harmonies of #AB8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8ECD

Black with #AB8ECD

Text Example


Text Example

White with #AB8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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