Html Css Color HEX #A579FC Light Slate Blue

📋 copy color: '#A579FC'

red 165 ◦ green 121 ◦ blue 252

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

Shades of Light Slate Blue #A579FC

Tints of Light Slate Blue #A579FC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.49%

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

R = 30.67%
G = 22.49%
B = 46.84%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A579FC (or 0xA579FC) is known color: Light Slate Blue. HEX triplet: A5, 79 and FC. RGB value is (165,121,252). Sum of RGB (Red+Green+Blue) = 165+121+252=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #A579FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A579FC is #5A8603. Grayscale: #949494. Windows color (decimal): -5932548 or 16546213. OLE color: 16546213.

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

Color convert

RGB 165 121 252 -
CMYK 0.35 0.52 0 0.01
HSL 260.15º 0.96% 0.73% -
HSV(B) 260.15º 0.52% 0.99% -
XYZ 39.93 28.7 95.53 -
YUV 149.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 165 121 252 0.35 0.52 0 0.01 260.15 0.96 0.73
Hex A5 79 FC 23 34 0 1 104 60 49
Octal 245 171 374 43 64 0 1 404 140 111
Binary 10100101 1111001 11111100 100011 110100 0 1 100000100 1100000 1001001

Color Harmonies of #A579FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A579FC

Black with #A579FC

Text Example


Text Example

White with #A579FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A579FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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