Html Css Color HEX #A583FF Light Slate Blue

📋 copy color: '#A583FF'

red 165 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #A583FF

Tints of Light Slate Blue #A583FF

RGB

 RED value IS 165 (64.84% from 255) = 29.95%

 GREEN value IS 131 (51.56% from 255) = 23.77%

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

R = 29.95%
G = 23.77%
B = 46.28%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A583FF (or 0xA583FF) is known color: Light Slate Blue. HEX triplet: A5, 83 and FF. RGB value is (165,131,255). Sum of RGB (Red+Green+Blue) = 165+131+255=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A583FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A583FF is #5A7C00. Grayscale: #9A9A9A. Windows color (decimal): -5929985 or 16745381. OLE color: 16745381.

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

Color convert

RGB 165 131 255 -
CMYK 0.35 0.49 0 0
HSL 256.45º 1% 0.76% -
HSV(B) 256.45º 0.49% 1% -
XYZ 41.68 31.45 98.48 -
YUV 155.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 165 131 255 0.35 0.49 0 0 256.45 1 0.76
Hex A5 83 FF 23 31 0 0 100 64 4C
Octal 245 203 377 43 61 0 0 400 144 114
Binary 10100101 10000011 11111111 100011 110001 0 0 100000000 1100100 1001100

Color Harmonies of #A583FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A583FF

Black with #A583FF

Text Example


Text Example

White with #A583FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A583FF; }

 p { color: rgb(165,131,255); }

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

background-color css

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

 a { background-color: rgb(165,131,255); }

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

border-color css

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

 span { border-color: rgb(165,131,255); }

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