Html Css Color HEX #A472EB Medium Purple

📋 copy color: '#A472EB'

red 164 ◦ green 114 ◦ blue 235

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

Shades of Medium Purple #A472EB

Tints of Medium Purple #A472EB

RGB

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

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

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

R = 31.97%
G = 22.22%
B = 45.81%

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

#A472EB (or 0xA472EB) is known color: Medium Purple. HEX triplet: A4, 72 and EB. RGB value is (164,114,235). Sum of RGB (Red+Green+Blue) = 164+114+235=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #A472EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A472EB is #5B8D14. Grayscale: #8E8E8E. Windows color (decimal): -5999893 or 15430308. OLE color: 15430308.

HSL color Cylindrical-coordinate representation of color #A472EB: hue angle of 264.79º degrees, saturation: 0.75, 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 #A472EB is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 114 235 -
CMYK 0.30 0.51 0 0.08
HSL 264.79º 0.75% 0.68% -
HSV(B) 264.79º 0.51% 0.92% -
XYZ 36.32 25.93 81.69 -
YUV 142.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 164 114 235 0.30 0.51 0 0.08 264.79 0.75 0.68
Hex A4 72 EB 1E 33 0 8 109 4B 44
Octal 244 162 353 36 63 0 10 411 113 104
Binary 10100100 1110010 11101011 11110 110011 0 1000 100001001 1001011 1000100

Color Harmonies of #A472EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A472EB

Black with #A472EB

Text Example


Text Example

White with #A472EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A472EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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