Html Css Color HEX #A253FF Light Slate Blue

📋 copy color: '#A253FF'

red 162 ◦ green 83 ◦ blue 255

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

Shades of Light Slate Blue #A253FF

Tints of Light Slate Blue #A253FF

RGB

 RED value IS 162 (63.67% from 255) = 32.4%

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

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

R = 32.4%
G = 16.6%
B = 51%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A253FF (or 0xA253FF) is known color: Light Slate Blue. HEX triplet: A2, 53 and FF. RGB value is (162,83,255). Sum of RGB (Red+Green+Blue) = 162+83+255=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A253FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253FF is #5DAC00. Grayscale: #7D7D7D. Windows color (decimal): -6138881 or 16733090. OLE color: 16733090.

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

Color convert

RGB 162 83 255 -
CMYK 0.36 0.67 0 0
HSL 267.56º 1% 0.66% -
HSV(B) 267.56º 0.67% 1% -
XYZ 36.04 21.09 96.78 -
YUV 126.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 162 83 255 0.36 0.67 0 0 267.56 1 0.66
Hex A2 53 FF 24 43 0 0 10C 64 42
Octal 242 123 377 44 103 0 0 414 144 102
Binary 10100010 1010011 11111111 100100 1000011 0 0 100001100 1100100 1000010

Color Harmonies of #A253FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253FF

Black with #A253FF

Text Example


Text Example

White with #A253FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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