Html Css Color HEX #A579FE Light Slate Blue

📋 copy color: '#A579FE'

red 165 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #A579FE

Tints of Light Slate Blue #A579FE

RGB

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

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

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

R = 30.56%
G = 22.41%
B = 47.04%

CMYK

 C value IS 0.35

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A579FE (or 0xA579FE) is known color: Light Slate Blue. HEX triplet: A5, 79 and FE. RGB value is (165,121,254). Sum of RGB (Red+Green+Blue) = 165+121+254=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A579FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A579FE is #5A8601. Grayscale: #949494. Windows color (decimal): -5932546 or 16677285. OLE color: 16677285.

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

Color convert

RGB 165 121 254 -
CMYK 0.35 0.52 0 0.00
HSL 259.85º 0.99% 0.74% -
HSV(B) 259.85º 0.52% 1% -
XYZ 40.24 28.83 97.21 -
YUV 149.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 165 121 254 0.35 0.52 0 0.00 259.85 0.99 0.74
Hex A5 79 FE 23 34 0 0 104 63 4A
Octal 245 171 376 43 64 0 0 404 143 112
Binary 10100101 1111001 11111110 100011 110100 0 0 100000100 1100011 1001010

Color Harmonies of #A579FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A579FE

Black with #A579FE

Text Example


Text Example

White with #A579FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A579FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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