Html Css Color HEX #A479EB Medium Purple

📋 copy color: '#A479EB'

red 164 ◦ green 121 ◦ blue 235

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

Shades of Medium Purple #A479EB

Tints of Medium Purple #A479EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 31.54%
G = 23.27%
B = 45.19%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A479EB (or 0xA479EB) is known color: Medium Purple. HEX triplet: A4, 79 and EB. RGB value is (164,121,235). Sum of RGB (Red+Green+Blue) = 164+121+235=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #A479EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479EB is #5B8614. Grayscale: #929292. Windows color (decimal): -5998101 or 15432100. OLE color: 15432100.

HSL color Cylindrical-coordinate representation of color #A479EB: hue angle of 262.63º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A479EB is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 121 235 -
CMYK 0.30 0.49 0 0.08
HSL 262.63º 0.74% 0.7% -
HSV(B) 262.63º 0.49% 0.92% -
XYZ 37.14 27.57 81.96 -
YUV 146.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 164 121 235 0.30 0.49 0 0.08 262.63 0.74 0.7
Hex A4 79 EB 1E 31 0 8 107 4A 46
Octal 244 171 353 36 61 0 10 407 112 106
Binary 10100100 1111001 11101011 11110 110001 0 1000 100000111 1001010 1000110

Color Harmonies of #A479EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479EB

Black with #A479EB

Text Example


Text Example

White with #A479EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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