Html Css Color HEX #A472EA Medium Purple

📋 copy color: '#A472EA'

red 164 ◦ green 114 ◦ blue 234

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

Shades of Medium Purple #A472EA

Tints of Medium Purple #A472EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 32.03%
G = 22.27%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A472EA (or 0xA472EA) is known color: Medium Purple. HEX triplet: A4, 72 and EA. RGB value is (164,114,234). Sum of RGB (Red+Green+Blue) = 164+114+234=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #A472EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A472EA is #5B8D15. Grayscale: #8E8E8E. Windows color (decimal): -5999894 or 15364772. OLE color: 15364772.

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

Color convert

RGB 164 114 234 -
CMYK 0.30 0.51 0 0.08
HSL 265º 0.74% 0.68% -
HSV(B) 265º 0.51% 0.92% -
XYZ 36.18 25.87 80.93 -
YUV 142.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 164 114 234 0.30 0.51 0 0.08 265 0.74 0.68
Hex A4 72 EA 1E 33 0 8 109 4A 44
Octal 244 162 352 36 63 0 10 411 112 104
Binary 10100100 1110010 11101010 11110 110011 0 1000 100001001 1001010 1000100

Color Harmonies of #A472EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472EA

Black with #A472EA

Text Example


Text Example

White with #A472EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472EA; }

 p { color: rgb(164,114,234); }

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

background-color css

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

 a { background-color: rgb(164,114,234); }

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

border-color css

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

 span { border-color: rgb(164,114,234); }

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