Html Css Color HEX #A58BFE Light Slate Blue

📋 copy color: '#A58BFE'

red 165 ◦ green 139 ◦ blue 254

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

Shades of Light Slate Blue #A58BFE

Tints of Light Slate Blue #A58BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.91%

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

R = 29.57%
G = 24.91%
B = 45.52%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A58BFE (or 0xA58BFE) is known color: Light Slate Blue. HEX triplet: A5, 8B and FE. RGB value is (165,139,254). Sum of RGB (Red+Green+Blue) = 165+139+254=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A58BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BFE is #5A7401. Grayscale: #9F9F9F. Windows color (decimal): -5927938 or 16681893. OLE color: 16681893.

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

Color convert

RGB 165 139 254 -
CMYK 0.35 0.45 0 0.00
HSL 253.57º 0.98% 0.77% -
HSV(B) 253.57º 0.45% 1% -
XYZ 42.64 33.62 98.01 -
YUV 159.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 165 139 254 0.35 0.45 0 0.00 253.57 0.98 0.77
Hex A5 8B FE 23 2D 0 0 FE 62 4D
Octal 245 213 376 43 55 0 0 376 142 115
Binary 10100101 10001011 11111110 100011 101101 0 0 11111110 1100010 1001101

Color Harmonies of #A58BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BFE

Black with #A58BFE

Text Example


Text Example

White with #A58BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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