Html Css Color HEX #A255FF Light Slate Blue

📋 copy color: '#A255FF'

red 162 ◦ green 85 ◦ blue 255

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

Shades of Light Slate Blue #A255FF

Tints of Light Slate Blue #A255FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.93%

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

R = 32.27%
G = 16.93%
B = 50.8%

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

#A255FF (or 0xA255FF) is known color: Light Slate Blue. HEX triplet: A2, 55 and FF. RGB value is (162,85,255). Sum of RGB (Red+Green+Blue) = 162+85+255=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #A255FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255FF is #5DAA00. Grayscale: #7E7E7E. Windows color (decimal): -6138369 or 16733602. OLE color: 16733602.

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

Color convert

RGB 162 85 255 -
CMYK 0.36 0.67 0 0
HSL 267.18º 1% 0.67% -
HSV(B) 267.18º 0.67% 1% -
XYZ 36.2 21.4 96.83 -
YUV 127.4 200.01 152.68 -
System Red Green Blue C M Y K H S L
Decimal 162 85 255 0.36 0.67 0 0 267.18 1 0.67
Hex A2 55 FF 24 43 0 0 10B 64 43
Octal 242 125 377 44 103 0 0 413 144 103
Binary 10100010 1010101 11111111 100100 1000011 0 0 100001011 1100100 1000011

Color Harmonies of #A255FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255FF

Black with #A255FF

Text Example


Text Example

White with #A255FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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