Html Css Color HEX #A180FE Light Slate Blue

📋 copy color: '#A180FE'

red 161 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #A180FE

Tints of Light Slate Blue #A180FE

RGB

 RED value IS 161 (63.28% from 255) = 29.65%

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

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

R = 29.65%
G = 23.57%
B = 46.78%

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

#A180FE (or 0xA180FE) is known color: Light Slate Blue. HEX triplet: A1, 80 and FE. RGB value is (161,128,254). Sum of RGB (Red+Green+Blue) = 161+128+254=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A180FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A180FE is #5E7F01. Grayscale: #979797. Windows color (decimal): -6192898 or 16679073. OLE color: 16679073.

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

Color convert

RGB 161 128 254 -
CMYK 0.37 0.50 0 0.00
HSL 255.71º 0.98% 0.75% -
HSV(B) 255.71º 0.5% 1% -
XYZ 40.31 30.17 97.47 -
YUV 152.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 161 128 254 0.37 0.50 0 0.00 255.71 0.98 0.75
Hex A1 80 FE 25 32 0 0 100 62 4B
Octal 241 200 376 45 62 0 0 400 142 113
Binary 10100001 10000000 11111110 100101 110010 0 0 100000000 1100010 1001011

Color Harmonies of #A180FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A180FE

Black with #A180FE

Text Example


Text Example

White with #A180FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A180FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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