Html Css Color HEX #A257FF Light Slate Blue

📋 copy color: '#A257FF'

red 162 ◦ green 87 ◦ blue 255

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

Shades of Light Slate Blue #A257FF

Tints of Light Slate Blue #A257FF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.26%

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

R = 32.14%
G = 17.26%
B = 50.6%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A257FF (or 0xA257FF) is known color: Light Slate Blue. HEX triplet: A2, 57 and FF. RGB value is (162,87,255). Sum of RGB (Red+Green+Blue) = 162+87+255=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A257FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A257FF is #5DA800. Grayscale: #7F7F7F. Windows color (decimal): -6137857 or 16734114. OLE color: 16734114.

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

Color convert

RGB 162 87 255 -
CMYK 0.36 0.66 0 0
HSL 266.79º 1% 0.67% -
HSV(B) 266.79º 0.66% 1% -
XYZ 36.36 21.72 96.88 -
YUV 128.58 199.35 151.84 -
System Red Green Blue C M Y K H S L
Decimal 162 87 255 0.36 0.66 0 0 266.79 1 0.67
Hex A2 57 FF 24 42 0 0 10B 64 43
Octal 242 127 377 44 102 0 0 413 144 103
Binary 10100010 1010111 11111111 100100 1000010 0 0 100001011 1100100 1000011

Color Harmonies of #A257FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A257FF

Black with #A257FF

Text Example


Text Example

White with #A257FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A257FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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