Html Css Color HEX #A053FF Light Slate Blue

📋 copy color: '#A053FF'

red 160 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #A053FF

Tints of Light Slate Blue #A053FF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.67%

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

R = 32.13%
G = 16.67%
B = 51.2%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A053FF (or 0xA053FF) is known color: Light Slate Blue. HEX triplet: A0, 53 and FF. RGB value is (160,83,255). Sum of RGB (Red+Green+Blue) = 160+83+255=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #A053FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053FF is #5FAC00. Grayscale: #7D7D7D. Windows color (decimal): -6269953 or 16733088. OLE color: 16733088.

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

Color convert

RGB 160 83 255 -
CMYK 0.37 0.67 0 0
HSL 266.86º 1% 0.66% -
HSV(B) 266.86º 0.67% 1% -
XYZ 35.64 20.88 96.76 -
YUV 125.63 201.01 152.51 -
System Red Green Blue C M Y K H S L
Decimal 160 83 255 0.37 0.67 0 0 266.86 1 0.66
Hex A0 53 FF 25 43 0 0 10B 64 42
Octal 240 123 377 45 103 0 0 413 144 102
Binary 10100000 1010011 11111111 100101 1000011 0 0 100001011 1100100 1000010

Color Harmonies of #A053FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053FF

Black with #A053FF

Text Example


Text Example

White with #A053FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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