Html Css Color HEX #AB85FF Light Slate Blue

📋 copy color: '#AB85FF'

red 171 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #AB85FF

Tints of Light Slate Blue #AB85FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.79%

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

R = 30.59%
G = 23.79%
B = 45.62%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB85FF (or 0xAB85FF) is known color: Light Slate Blue. HEX triplet: AB, 85 and FF. RGB value is (171,133,255). Sum of RGB (Red+Green+Blue) = 171+133+255=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB85FF is #547A00. Grayscale: #9D9D9D. Windows color (decimal): -5536257 or 16745899. OLE color: 16745899.

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

Color convert

RGB 171 133 255 -
CMYK 0.33 0.48 0 0
HSL 258.69º 1% 0.76% -
HSV(B) 258.69º 0.48% 1% -
XYZ 43.23 32.65 98.63 -
YUV 158.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 171 133 255 0.33 0.48 0 0 258.69 1 0.76
Hex AB 85 FF 21 30 0 0 103 64 4C
Octal 253 205 377 41 60 0 0 403 144 114
Binary 10101011 10000101 11111111 100001 110000 0 0 100000011 1100100 1001100

Color Harmonies of #AB85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85FF

Black with #AB85FF

Text Example


Text Example

White with #AB85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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