Html Css Color HEX #A479FC Light Slate Blue

📋 copy color: '#A479FC'

red 164 ◦ green 121 ◦ blue 252

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

Shades of Light Slate Blue #A479FC

Tints of Light Slate Blue #A479FC

RGB

 RED value IS 164 (64.45% from 255) = 30.54%

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

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

R = 30.54%
G = 22.53%
B = 46.93%

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

#A479FC (or 0xA479FC) is known color: Light Slate Blue. HEX triplet: A4, 79 and FC. RGB value is (164,121,252). Sum of RGB (Red+Green+Blue) = 164+121+252=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #A479FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479FC is #5B8603. Grayscale: #949494. Windows color (decimal): -5998084 or 16546212. OLE color: 16546212.

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

Color convert

RGB 164 121 252 -
CMYK 0.35 0.52 0 0.01
HSL 259.69º 0.96% 0.73% -
HSV(B) 259.69º 0.52% 0.99% -
XYZ 39.72 28.6 95.52 -
YUV 148.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 164 121 252 0.35 0.52 0 0.01 259.69 0.96 0.73
Hex A4 79 FC 23 34 0 1 104 60 49
Octal 244 171 374 43 64 0 1 404 140 111
Binary 10100100 1111001 11111100 100011 110100 0 1 100000100 1100000 1001001

Color Harmonies of #A479FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479FC

Black with #A479FC

Text Example


Text Example

White with #A479FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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