Html Css Color HEX #A58EFF Light Slate Blue

📋 copy color: '#A58EFF'

red 165 ◦ green 142 ◦ blue 255

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

Shades of Light Slate Blue #A58EFF

Tints of Light Slate Blue #A58EFF

RGB

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

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

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

R = 29.36%
G = 25.27%
B = 45.37%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A58EFF (or 0xA58EFF) is known color: Light Slate Blue. HEX triplet: A5, 8E and FF. RGB value is (165,142,255). Sum of RGB (Red+Green+Blue) = 165+142+255=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #A58EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EFF is #5A7100. Grayscale: #A1A1A1. Windows color (decimal): -5927169 or 16748197. OLE color: 16748197.

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

Color convert

RGB 165 142 255 -
CMYK 0.35 0.44 0 0
HSL 252.21º 1% 0.78% -
HSV(B) 252.21º 0.44% 1% -
XYZ 43.24 34.57 99 -
YUV 161.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 165 142 255 0.35 0.44 0 0 252.21 1 0.78
Hex A5 8E FF 23 2C 0 0 FC 64 4E
Octal 245 216 377 43 54 0 0 374 144 116
Binary 10100101 10001110 11111111 100011 101100 0 0 11111100 1100100 1001110

Color Harmonies of #A58EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58EFF

Black with #A58EFF

Text Example


Text Example

White with #A58EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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