Html Css Color HEX #A58BFC Light Slate Blue

📋 copy color: '#A58BFC'

red 165 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #A58BFC

Tints of Light Slate Blue #A58BFC

RGB

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

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

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

R = 29.68%
G = 25%
B = 45.32%

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

#A58BFC (or 0xA58BFC) is known color: Light Slate Blue. HEX triplet: A5, 8B and FC. RGB value is (165,139,252). Sum of RGB (Red+Green+Blue) = 165+139+252=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #A58BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BFC is #5A7403. Grayscale: #9F9F9F. Windows color (decimal): -5927940 or 16550821. OLE color: 16550821.

HSL color Cylindrical-coordinate representation of color #A58BFC: hue angle of 253.81º degrees, saturation: 0.95, 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 #A58BFC is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 139 252 -
CMYK 0.35 0.45 0 0.01
HSL 253.81º 0.95% 0.77% -
HSV(B) 253.81º 0.45% 0.99% -
XYZ 42.32 33.49 96.33 -
YUV 159.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 165 139 252 0.35 0.45 0 0.01 253.81 0.95 0.77
Hex A5 8B FC 23 2D 0 1 FE 5F 4D
Octal 245 213 374 43 55 0 1 376 137 115
Binary 10100101 10001011 11111100 100011 101101 0 1 11111110 1011111 1001101

Color Harmonies of #A58BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58BFC

Black with #A58BFC

Text Example


Text Example

White with #A58BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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