Html Css Color HEX #AB81FF Light Slate Blue

📋 copy color: '#AB81FF'

red 171 ◦ green 129 ◦ blue 255

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

Shades of Light Slate Blue #AB81FF

Tints of Light Slate Blue #AB81FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.24%

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

R = 30.81%
G = 23.24%
B = 45.95%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB81FF (or 0xAB81FF) is known color: Light Slate Blue. HEX triplet: AB, 81 and FF. RGB value is (171,129,255). Sum of RGB (Red+Green+Blue) = 171+129+255=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB81FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB81FF is #547E00. Grayscale: #9B9B9B. Windows color (decimal): -5537281 or 16744875. OLE color: 16744875.

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

Color convert

RGB 171 129 255 -
CMYK 0.33 0.49 0 0
HSL 260º 1% 0.75% -
HSV(B) 260º 0.49% 1% -
XYZ 42.69 31.58 98.45 -
YUV 155.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 171 129 255 0.33 0.49 0 0 260 1 0.75
Hex AB 81 FF 21 31 0 0 104 64 4B
Octal 253 201 377 41 61 0 0 404 144 113
Binary 10101011 10000001 11111111 100001 110001 0 0 100000100 1100100 1001011

Color Harmonies of #AB81FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81FF

Black with #AB81FF

Text Example


Text Example

White with #AB81FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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