Html Css Color HEX #A080FF Light Slate Blue

📋 copy color: '#A080FF'

red 160 ◦ green 128 ◦ blue 255

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

Shades of Light Slate Blue #A080FF

Tints of Light Slate Blue #A080FF

RGB

 RED value IS 160 (62.89% from 255) = 29.47%

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

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

R = 29.47%
G = 23.57%
B = 46.96%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A080FF (or 0xA080FF) is known color: Light Slate Blue. HEX triplet: A0, 80 and FF. RGB value is (160,128,255). Sum of RGB (Red+Green+Blue) = 160+128+255=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A080FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080FF is #5F7F00. Grayscale: #979797. Windows color (decimal): -6258433 or 16744608. OLE color: 16744608.

HSL color Cylindrical-coordinate representation of color #A080FF: hue angle of 255.12º 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 #A080FF is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 128 255 -
CMYK 0.37 0.50 0 0
HSL 255.12º 1% 0.75% -
HSV(B) 255.12º 0.5% 1% -
XYZ 40.27 30.13 98.3 -
YUV 152.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 160 128 255 0.37 0.50 0 0 255.12 1 0.75
Hex A0 80 FF 25 32 0 0 FF 64 4B
Octal 240 200 377 45 62 0 0 377 144 113
Binary 10100000 10000000 11111111 100101 110010 0 0 11111111 1100100 1001011

Color Harmonies of #A080FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080FF

Black with #A080FF

Text Example


Text Example

White with #A080FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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