Html Css Color HEX #A474ED Medium Purple

📋 copy color: '#A474ED'

red 164 ◦ green 116 ◦ blue 237

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

Shades of Medium Purple #A474ED

Tints of Medium Purple #A474ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.44%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 31.72%
G = 22.44%
B = 45.84%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A474ED (or 0xA474ED) is known color: Medium Purple. HEX triplet: A4, 74 and ED. RGB value is (164,116,237). Sum of RGB (Red+Green+Blue) = 164+116+237=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #A474ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474ED is #5B8B12. Grayscale: #8F8F8F. Windows color (decimal): -5999379 or 15561892. OLE color: 15561892.

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

Color convert

RGB 164 116 237 -
CMYK 0.31 0.51 0 0.07
HSL 263.8º 0.77% 0.69% -
HSV(B) 263.8º 0.51% 0.93% -
XYZ 36.84 26.5 83.29 -
YUV 144.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 164 116 237 0.31 0.51 0 0.07 263.8 0.77 0.69
Hex A4 74 ED 1F 33 0 7 108 4D 45
Octal 244 164 355 37 63 0 7 410 115 105
Binary 10100100 1110100 11101101 11111 110011 0 111 100001000 1001101 1000101

Color Harmonies of #A474ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474ED

Black with #A474ED

Text Example


Text Example

White with #A474ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474ED; }

 p { color: rgb(164,116,237); }

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

background-color css

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

 a { background-color: rgb(164,116,237); }

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

border-color css

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

 span { border-color: rgb(164,116,237); }

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