Html Css Color HEX #AB8EDD Biloba Flower

📋 copy color: '#AB8EDD'

red 171 ◦ green 142 ◦ blue 221

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

Shades of Biloba Flower #AB8EDD

Tints of Biloba Flower #AB8EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 32.02%
G = 26.59%
B = 41.39%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB8EDD (or 0xAB8EDD) is known color: Biloba Flower. HEX triplet: AB, 8E and DD. RGB value is (171,142,221). Sum of RGB (Red+Green+Blue) = 171+142+221=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8EDD is #547122. Grayscale: #9F9F9F. Windows color (decimal): -5533987 or 14519979. OLE color: 14519979.

HSL color Cylindrical-coordinate representation of color #AB8EDD: hue angle of 262.03º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB8EDD is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 142 221 -
CMYK 0.23 0.36 0 0.13
HSL 262.03º 0.54% 0.71% -
HSV(B) 262.03º 0.36% 0.87% -
XYZ 39.52 33.22 72.74 -
YUV 159.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 171 142 221 0.23 0.36 0 0.13 262.03 0.54 0.71
Hex AB 8E DD 17 24 0 D 106 36 47
Octal 253 216 335 27 44 0 15 406 66 107
Binary 10101011 10001110 11011101 10111 100100 0 1101 100000110 110110 1000111

Color Harmonies of #AB8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8EDD

Black with #AB8EDD

Text Example


Text Example

White with #AB8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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