Html Css Color HEX #AB86FF Light Slate Blue

📋 copy color: '#AB86FF'

red 171 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #AB86FF

Tints of Light Slate Blue #AB86FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.54%

R = 30.54%
G = 23.93%
B = 45.54%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB86FF (or 0xAB86FF) is known color: Light Slate Blue. HEX triplet: AB, 86 and FF. RGB value is (171,134,255). Sum of RGB (Red+Green+Blue) = 171+134+255=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB86FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB86FF is #547900. Grayscale: #9E9E9E. Windows color (decimal): -5536001 or 16746155. OLE color: 16746155.

HSL color Cylindrical-coordinate representation of color #AB86FF: hue angle of 258.35º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB86FF is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 134 255 -
CMYK 0.33 0.47 0 0
HSL 258.35º 1% 0.76% -
HSV(B) 258.35º 0.47% 1% -
XYZ 43.37 32.93 98.68 -
YUV 158.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 171 134 255 0.33 0.47 0 0 258.35 1 0.76
Hex AB 86 FF 21 2F 0 0 102 64 4C
Octal 253 206 377 41 57 0 0 402 144 114
Binary 10101011 10000110 11111111 100001 101111 0 0 100000010 1100100 1001100

Color Harmonies of #AB86FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86FF

Black with #AB86FF

Text Example


Text Example

White with #AB86FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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