Html Css Color HEX #AB80FF Light Slate Blue

📋 copy color: '#AB80FF'

red 171 ◦ green 128 ◦ blue 255

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

Shades of Light Slate Blue #AB80FF

Tints of Light Slate Blue #AB80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.1%

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

R = 30.87%
G = 23.1%
B = 46.03%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB80FF (or 0xAB80FF) is known color: Light Slate Blue. HEX triplet: AB, 80 and FF. RGB value is (171,128,255). Sum of RGB (Red+Green+Blue) = 171+128+255=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80FF is #547F00. Grayscale: #9A9A9A. Windows color (decimal): -5537537 or 16744619. OLE color: 16744619.

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

Color convert

RGB 171 128 255 -
CMYK 0.33 0.50 0 0
HSL 260.31º 1% 0.75% -
HSV(B) 260.31º 0.5% 1% -
XYZ 42.56 31.32 98.41 -
YUV 155.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 171 128 255 0.33 0.50 0 0 260.31 1 0.75
Hex AB 80 FF 21 32 0 0 104 64 4B
Octal 253 200 377 41 62 0 0 404 144 113
Binary 10101011 10000000 11111111 100001 110010 0 0 100000100 1100100 1001011

Color Harmonies of #AB80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80FF

Black with #AB80FF

Text Example


Text Example

White with #AB80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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