Html Css Color HEX #A080FE Light Slate Blue

📋 copy color: '#A080FE'

red 160 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #A080FE

Tints of Light Slate Blue #A080FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 29.52%
G = 23.62%
B = 46.86%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A080FE (or 0xA080FE) is known color: Light Slate Blue. HEX triplet: A0, 80 and FE. RGB value is (160,128,254). Sum of RGB (Red+Green+Blue) = 160+128+254=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #A080FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080FE is #5F7F01. Grayscale: #979797. Windows color (decimal): -6258434 or 16679072. OLE color: 16679072.

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

Color convert

RGB 160 128 254 -
CMYK 0.37 0.50 0 0.00
HSL 255.24º 0.98% 0.75% -
HSV(B) 255.24º 0.5% 1% -
XYZ 40.11 30.07 97.46 -
YUV 151.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 160 128 254 0.37 0.50 0 0.00 255.24 0.98 0.75
Hex A0 80 FE 25 32 0 0 FF 62 4B
Octal 240 200 376 45 62 0 0 377 142 113
Binary 10100000 10000000 11111110 100101 110010 0 0 11111111 1100010 1001011

Color Harmonies of #A080FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A080FE

Black with #A080FE

Text Example


Text Example

White with #A080FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A080FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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