Html Css Color HEX #A58EFC Light Slate Blue

📋 copy color: '#A58EFC'

red 165 ◦ green 142 ◦ blue 252

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

Shades of Light Slate Blue #A58EFC

Tints of Light Slate Blue #A58EFC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.4%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 29.52%
G = 25.4%
B = 45.08%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A58EFC (or 0xA58EFC) is known color: Light Slate Blue. HEX triplet: A5, 8E and FC. RGB value is (165,142,252). Sum of RGB (Red+Green+Blue) = 165+142+252=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #A58EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EFC is #5A7103. Grayscale: #A1A1A1. Windows color (decimal): -5927172 or 16551589. OLE color: 16551589.

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

Color convert

RGB 165 142 252 -
CMYK 0.35 0.44 0 0.01
HSL 252.55º 0.95% 0.77% -
HSV(B) 252.55º 0.44% 0.99% -
XYZ 42.76 34.37 96.48 -
YUV 161.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 165 142 252 0.35 0.44 0 0.01 252.55 0.95 0.77
Hex A5 8E FC 23 2C 0 1 FD 5F 4D
Octal 245 216 374 43 54 0 1 375 137 115
Binary 10100101 10001110 11111100 100011 101100 0 1 11111101 1011111 1001101

Color Harmonies of #A58EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EFC

Black with #A58EFC

Text Example


Text Example

White with #A58EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EFC; }

 p { color: rgb(165,142,252); }

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

background-color css

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

 a { background-color: rgb(165,142,252); }

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

border-color css

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

 span { border-color: rgb(165,142,252); }

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