Html Css Color HEX #AB86ED Biloba Flower

📋 copy color: '#AB86ED'

red 171 ◦ green 134 ◦ blue 237

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

Shades of Biloba Flower #AB86ED

Tints of Biloba Flower #AB86ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 31.55%
G = 24.72%
B = 43.73%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB86ED (or 0xAB86ED) is known color: Biloba Flower. HEX triplet: AB, 86 and ED. RGB value is (171,134,237). Sum of RGB (Red+Green+Blue) = 171+134+237=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB86ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86ED is #547912. Grayscale: #9C9C9C. Windows color (decimal): -5536019 or 15566507. OLE color: 15566507.

HSL color Cylindrical-coordinate representation of color #AB86ED: hue angle of 261.55º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB86ED is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 134 237 -
CMYK 0.28 0.43 0 0.07
HSL 261.55º 0.74% 0.73% -
HSV(B) 261.55º 0.43% 0.93% -
XYZ 40.61 31.82 84.12 -
YUV 156.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 171 134 237 0.28 0.43 0 0.07 261.55 0.74 0.73
Hex AB 86 ED 1C 2B 0 7 106 4A 49
Octal 253 206 355 34 53 0 7 406 112 111
Binary 10101011 10000110 11101101 11100 101011 0 111 100000110 1001010 1001001

Color Harmonies of #AB86ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86ED

Black with #AB86ED

Text Example


Text Example

White with #AB86ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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