Html Css Color HEX #A58CFD Light Slate Blue

📋 copy color: '#A58CFD'

red 165 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #A58CFD

Tints of Light Slate Blue #A58CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 29.57%
G = 25.09%
B = 45.34%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A58CFD (or 0xA58CFD) is known color: Light Slate Blue. HEX triplet: A5, 8C and FD. RGB value is (165,140,253). Sum of RGB (Red+Green+Blue) = 165+140+253=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #A58CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CFD is #5A7302. Grayscale: #9F9F9F. Windows color (decimal): -5927683 or 16616613. OLE color: 16616613.

HSL color Cylindrical-coordinate representation of color #A58CFD: hue angle of 253.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A58CFD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 140 253 -
CMYK 0.35 0.45 0 0.01
HSL 253.27º 0.97% 0.77% -
HSV(B) 253.27º 0.45% 0.99% -
XYZ 42.62 33.85 97.22 -
YUV 160.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 165 140 253 0.35 0.45 0 0.01 253.27 0.97 0.77
Hex A5 8C FD 23 2D 0 1 FD 61 4D
Octal 245 214 375 43 55 0 1 375 141 115
Binary 10100101 10001100 11111101 100011 101101 0 1 11111101 1100001 1001101

Color Harmonies of #A58CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58CFD

Black with #A58CFD

Text Example


Text Example

White with #A58CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58CFD; }

 p { color: rgb(165,140,253); }

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

background-color css

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

 a { background-color: rgb(165,140,253); }

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

border-color css

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

 span { border-color: rgb(165,140,253); }

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