Html Css Color HEX #A058FF Light Slate Blue

📋 copy color: '#A058FF'

red 160 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #A058FF

Tints of Light Slate Blue #A058FF

RGB

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

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

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

R = 31.81%
G = 17.5%
B = 50.7%

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

#A058FF (or 0xA058FF) is known color: Light Slate Blue. HEX triplet: A0, 58 and FF. RGB value is (160,88,255). Sum of RGB (Red+Green+Blue) = 160+88+255=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #A058FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A058FF is #5FA700. Grayscale: #7F7F7F. Windows color (decimal): -6268673 or 16734368. OLE color: 16734368.

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

Color convert

RGB 160 88 255 -
CMYK 0.37 0.65 0 0
HSL 265.87º 1% 0.67% -
HSV(B) 265.87º 0.65% 1% -
XYZ 36.04 21.67 96.89 -
YUV 128.57 199.35 150.42 -
System Red Green Blue C M Y K H S L
Decimal 160 88 255 0.37 0.65 0 0 265.87 1 0.67
Hex A0 58 FF 25 41 0 0 10A 64 43
Octal 240 130 377 45 101 0 0 412 144 103
Binary 10100000 1011000 11111111 100101 1000001 0 0 100001010 1100100 1000011

Color Harmonies of #A058FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A058FF

Black with #A058FF

Text Example


Text Example

White with #A058FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A058FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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