Html Css Color HEX #A58FFC Light Slate Blue

📋 copy color: '#A58FFC'

red 165 ◦ green 143 ◦ blue 252

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

Shades of Light Slate Blue #A58FFC

Tints of Light Slate Blue #A58FFC

RGB

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

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

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

R = 29.46%
G = 25.54%
B = 45%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A58FFC (or 0xA58FFC) is known color: Light Slate Blue. HEX triplet: A5, 8F and FC. RGB value is (165,143,252). Sum of RGB (Red+Green+Blue) = 165+143+252=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A58FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFC is #5A7003. Grayscale: #A1A1A1. Windows color (decimal): -5926916 or 16551845. OLE color: 16551845.

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

Color convert

RGB 165 143 252 -
CMYK 0.35 0.43 0 0.01
HSL 252.11º 0.95% 0.77% -
HSV(B) 252.11º 0.43% 0.99% -
XYZ 42.91 34.67 96.53 -
YUV 162 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 165 143 252 0.35 0.43 0 0.01 252.11 0.95 0.77
Hex A5 8F FC 23 2B 0 1 FC 5F 4D
Octal 245 217 374 43 53 0 1 374 137 115
Binary 10100101 10001111 11111100 100011 101011 0 1 11111100 1011111 1001101

Color Harmonies of #A58FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58FFC

Black with #A58FFC

Text Example


Text Example

White with #A58FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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