Html Css Color HEX #A158FF Light Slate Blue

📋 copy color: '#A158FF'

red 161 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #A158FF

Tints of Light Slate Blue #A158FF

RGB

 RED value IS 161 (63.28% from 255) = 31.94%

 GREEN value IS 88 (34.77% from 255) = 17.46%

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

R = 31.94%
G = 17.46%
B = 50.6%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A158FF (or 0xA158FF) is known color: Light Slate Blue. HEX triplet: A1, 58 and FF. RGB value is (161,88,255). Sum of RGB (Red+Green+Blue) = 161+88+255=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 88 (34.77% from 255 or 17.46% 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 #A158FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A158FF is #5EA700. Grayscale: #808080. Windows color (decimal): -6203137 or 16734369. OLE color: 16734369.

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

Color convert

RGB 161 88 255 -
CMYK 0.37 0.65 0 0
HSL 266.23º 1% 0.67% -
HSV(B) 266.23º 0.65% 1% -
XYZ 36.24 21.78 96.9 -
YUV 128.87 199.18 150.92 -
System Red Green Blue C M Y K H S L
Decimal 161 88 255 0.37 0.65 0 0 266.23 1 0.67
Hex A1 58 FF 25 41 0 0 10A 64 43
Octal 241 130 377 45 101 0 0 412 144 103
Binary 10100001 1011000 11111111 100101 1000001 0 0 100001010 1100100 1000011

Color Harmonies of #A158FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A158FF

Black with #A158FF

Text Example


Text Example

White with #A158FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A158FF; }

 p { color: rgb(161,88,255); }

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

background-color css

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

 a { background-color: rgb(161,88,255); }

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

border-color css

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

 span { border-color: rgb(161,88,255); }

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