Html Css Color HEX #A479FE Light Slate Blue

📋 copy color: '#A479FE'

red 164 ◦ green 121 ◦ blue 254

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

Shades of Light Slate Blue #A479FE

Tints of Light Slate Blue #A479FE

RGB

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

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

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

R = 30.43%
G = 22.45%
B = 47.12%

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

#A479FE (or 0xA479FE) is known color: Light Slate Blue. HEX triplet: A4, 79 and FE. RGB value is (164,121,254). Sum of RGB (Red+Green+Blue) = 164+121+254=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A479FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479FE is #5B8601. Grayscale: #949494. Windows color (decimal): -5998082 or 16677284. OLE color: 16677284.

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

Color convert

RGB 164 121 254 -
CMYK 0.35 0.52 0 0.00
HSL 259.4º 0.99% 0.74% -
HSV(B) 259.4º 0.52% 1% -
XYZ 40.04 28.72 97.2 -
YUV 149.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 164 121 254 0.35 0.52 0 0.00 259.4 0.99 0.74
Hex A4 79 FE 23 34 0 0 103 63 4A
Octal 244 171 376 43 64 0 0 403 143 112
Binary 10100100 1111001 11111110 100011 110100 0 0 100000011 1100011 1001010

Color Harmonies of #A479FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479FE

Black with #A479FE

Text Example


Text Example

White with #A479FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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