Html Css Color HEX #A58FFE Light Slate Blue

📋 copy color: '#A58FFE'

red 165 ◦ green 143 ◦ blue 254

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

Shades of Light Slate Blue #A58FFE

Tints of Light Slate Blue #A58FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.44%

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

R = 29.36%
G = 25.44%
B = 45.2%

CMYK

 C value IS 0.35

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A58FFE (or 0xA58FFE) is known color: Light Slate Blue. HEX triplet: A5, 8F and FE. RGB value is (165,143,254). Sum of RGB (Red+Green+Blue) = 165+143+254=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #A58FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFE is #5A7001. Grayscale: #A1A1A1. Windows color (decimal): -5926914 or 16682917. OLE color: 16682917.

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

Color convert

RGB 165 143 254 -
CMYK 0.35 0.44 0 0.00
HSL 251.89º 0.98% 0.78% -
HSV(B) 251.89º 0.44% 1% -
XYZ 43.23 34.8 98.2 -
YUV 162.23 179.79 129.97 -
System Red Green Blue C M Y K H S L
Decimal 165 143 254 0.35 0.44 0 0.00 251.89 0.98 0.78
Hex A5 8F FE 23 2C 0 0 FC 62 4E
Octal 245 217 376 43 54 0 0 374 142 116
Binary 10100101 10001111 11111110 100011 101100 0 0 11111100 1100010 1001110

Color Harmonies of #A58FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FFE

Black with #A58FFE

Text Example


Text Example

White with #A58FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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