Html Css Color HEX #A052FE Light Slate Blue

📋 copy color: '#A052FE'

red 160 ◦ green 82 ◦ blue 254

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

Shades of Light Slate Blue #A052FE

Tints of Light Slate Blue #A052FE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.53%

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

R = 32.26%
G = 16.53%
B = 51.21%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A052FE (or 0xA052FE) is known color: Light Slate Blue. HEX triplet: A0, 52 and FE. RGB value is (160,82,254). Sum of RGB (Red+Green+Blue) = 160+82+254=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #A052FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A052FE is #5FAD01. Grayscale: #7C7C7C. Windows color (decimal): -6270210 or 16667296. OLE color: 16667296.

HSL color Cylindrical-coordinate representation of color #A052FE: hue angle of 267.21º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A052FE is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 82 254 -
CMYK 0.37 0.68 0 0.00
HSL 267.21º 0.99% 0.66% -
HSV(B) 267.21º 0.68% 1% -
XYZ 35.4 20.66 95.89 -
YUV 124.93 200.84 153.01 -
System Red Green Blue C M Y K H S L
Decimal 160 82 254 0.37 0.68 0 0.00 267.21 0.99 0.66
Hex A0 52 FE 25 44 0 0 10B 63 42
Octal 240 122 376 45 104 0 0 413 143 102
Binary 10100000 1010010 11111110 100101 1000100 0 0 100001011 1100011 1000010

Color Harmonies of #A052FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A052FE

Black with #A052FE

Text Example


Text Example

White with #A052FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A052FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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