Html Css Color HEX #A479EE Medium Purple

📋 copy color: '#A479EE'

red 164 ◦ green 121 ◦ blue 238

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

Shades of Medium Purple #A479EE

Tints of Medium Purple #A479EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 31.36%
G = 23.14%
B = 45.51%

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

#A479EE (or 0xA479EE) is known color: Medium Purple. HEX triplet: A4, 79 and EE. RGB value is (164,121,238). Sum of RGB (Red+Green+Blue) = 164+121+238=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #A479EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479EE is #5B8611. Grayscale: #929292. Windows color (decimal): -5998098 or 15628708. OLE color: 15628708.

HSL color Cylindrical-coordinate representation of color #A479EE: hue angle of 262.05º degrees, saturation: 0.77, 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 #A479EE is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 121 238 -
CMYK 0.31 0.49 0 0.07
HSL 262.05º 0.77% 0.7% -
HSV(B) 262.05º 0.49% 0.93% -
XYZ 37.58 27.74 84.26 -
YUV 147.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 164 121 238 0.31 0.49 0 0.07 262.05 0.77 0.7
Hex A4 79 EE 1F 31 0 7 106 4D 46
Octal 244 171 356 37 61 0 7 406 115 106
Binary 10100100 1111001 11101110 11111 110001 0 111 100000110 1001101 1000110

Color Harmonies of #A479EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A479EE

Black with #A479EE

Text Example


Text Example

White with #A479EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A479EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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