Html Css Color HEX #A479EC Medium Purple

📋 copy color: '#A479EC'

red 164 ◦ green 121 ◦ blue 236

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

Shades of Medium Purple #A479EC

Tints of Medium Purple #A479EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 31.48%
G = 23.22%
B = 45.3%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A479EC (or 0xA479EC) is known color: Medium Purple. HEX triplet: A4, 79 and EC. RGB value is (164,121,236). Sum of RGB (Red+Green+Blue) = 164+121+236=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #A479EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479EC is #5B8613. Grayscale: #929292. Windows color (decimal): -5998100 or 15497636. OLE color: 15497636.

HSL color Cylindrical-coordinate representation of color #A479EC: hue angle of 262.43º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A479EC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 121 236 -
CMYK 0.31 0.49 0 0.07
HSL 262.43º 0.75% 0.7% -
HSV(B) 262.43º 0.49% 0.93% -
XYZ 37.29 27.62 82.72 -
YUV 146.97 178.25 140.15 -
System Red Green Blue C M Y K H S L
Decimal 164 121 236 0.31 0.49 0 0.07 262.43 0.75 0.7
Hex A4 79 EC 1F 31 0 7 106 4B 46
Octal 244 171 354 37 61 0 7 406 113 106
Binary 10100100 1111001 11101100 11111 110001 0 111 100000110 1001011 1000110

Color Harmonies of #A479EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479EC

Black with #A479EC

Text Example


Text Example

White with #A479EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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