Html Css Color HEX #A593FE Light Slate Blue

📋 copy color: '#A593FE'

red 165 ◦ green 147 ◦ blue 254

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

Shades of Light Slate Blue #A593FE

Tints of Light Slate Blue #A593FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.97%

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 29.15%
G = 25.97%
B = 44.88%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A593FE (or 0xA593FE) is known color: Light Slate Blue. HEX triplet: A5, 93 and FE. RGB value is (165,147,254). Sum of RGB (Red+Green+Blue) = 165+147+254=566 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.15% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #A593FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A593FE is #5A6C01. Grayscale: #A4A4A4. Windows color (decimal): -5925890 or 16683941. OLE color: 16683941.

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

Color convert

RGB 165 147 254 -
CMYK 0.35 0.42 0 0.00
HSL 250.09º 0.98% 0.79% -
HSV(B) 250.09º 0.42% 1% -
XYZ 43.84 36.02 98.41 -
YUV 164.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 165 147 254 0.35 0.42 0 0.00 250.09 0.98 0.79
Hex A5 93 FE 23 2A 0 0 FA 62 4F
Octal 245 223 376 43 52 0 0 372 142 117
Binary 10100101 10010011 11111110 100011 101010 0 0 11111010 1100010 1001111

Color Harmonies of #A593FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A593FE

Black with #A593FE

Text Example


Text Example

White with #A593FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A593FE; }

 p { color: rgb(165,147,254); }

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

background-color css

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

 a { background-color: rgb(165,147,254); }

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

border-color css

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

 span { border-color: rgb(165,147,254); }

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