Html Css Color HEX #AB86EC Biloba Flower

📋 copy color: '#AB86EC'

red 171 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #AB86EC

Tints of Biloba Flower #AB86EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 31.61%
G = 24.77%
B = 43.62%

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

#AB86EC (or 0xAB86EC) is known color: Biloba Flower. HEX triplet: AB, 86 and EC. RGB value is (171,134,236). Sum of RGB (Red+Green+Blue) = 171+134+236=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB86EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86EC is #547913. Grayscale: #9C9C9C. Windows color (decimal): -5536020 or 15500971. OLE color: 15500971.

HSL color Cylindrical-coordinate representation of color #AB86EC: hue angle of 261.76º degrees, saturation: 0.73, 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 #AB86EC is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 134 236 -
CMYK 0.28 0.43 0 0.07
HSL 261.76º 0.73% 0.73% -
HSV(B) 261.76º 0.43% 0.93% -
XYZ 40.46 31.76 83.36 -
YUV 156.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 171 134 236 0.28 0.43 0 0.07 261.76 0.73 0.73
Hex AB 86 EC 1C 2B 0 7 106 49 49
Octal 253 206 354 34 53 0 7 406 111 111
Binary 10101011 10000110 11101100 11100 101011 0 111 100000110 1001001 1001001

Color Harmonies of #AB86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86EC

Black with #AB86EC

Text Example


Text Example

White with #AB86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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