Html Css Color HEX #AB86E0 Biloba Flower

📋 copy color: '#AB86E0'

red 171 ◦ green 134 ◦ blue 224

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

Shades of Biloba Flower #AB86E0

Tints of Biloba Flower #AB86E0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.33%

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 32.33%
G = 25.33%
B = 42.34%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB86E0 (or 0xAB86E0) is known color: Biloba Flower. HEX triplet: AB, 86 and E0. RGB value is (171,134,224). Sum of RGB (Red+Green+Blue) = 171+134+224=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB86E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86E0 is #54791F. Grayscale: #9B9B9B. Windows color (decimal): -5536032 or 14714539. OLE color: 14714539.

HSL color Cylindrical-coordinate representation of color #AB86E0: hue angle of 264.67º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB86E0 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 134 224 -
CMYK 0.24 0.40 0 0.12
HSL 264.67º 0.59% 0.7% -
HSV(B) 264.67º 0.4% 0.88% -
XYZ 38.77 31.09 74.48 -
YUV 155.32 166.76 139.18 -
System Red Green Blue C M Y K H S L
Decimal 171 134 224 0.24 0.40 0 0.12 264.67 0.59 0.7
Hex AB 86 E0 18 28 0 C 109 3B 46
Octal 253 206 340 30 50 0 14 411 73 106
Binary 10101011 10000110 11100000 11000 101000 0 1100 100001001 111011 1000110

Color Harmonies of #AB86E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86E0

Black with #AB86E0

Text Example


Text Example

White with #AB86E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86E0; }

 p { color: rgb(171,134,224); }

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

background-color css

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

 a { background-color: rgb(171,134,224); }

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

border-color css

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

 span { border-color: rgb(171,134,224); }

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