Html Css Color HEX #A470EC Medium Purple

📋 copy color: '#A470EC'

red 164 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #A470EC

Tints of Medium Purple #A470EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.88%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 32.03%
G = 21.88%
B = 46.09%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A470EC (or 0xA470EC) is known color: Medium Purple. HEX triplet: A4, 70 and EC. RGB value is (164,112,236). Sum of RGB (Red+Green+Blue) = 164+112+236=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #A470EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A470EC is #5B8F13. Grayscale: #8D8D8D. Windows color (decimal): -6000404 or 15495332. OLE color: 15495332.

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

Color convert

RGB 164 112 236 -
CMYK 0.31 0.53 0 0.07
HSL 265.16º 0.77% 0.68% -
HSV(B) 265.16º 0.53% 0.93% -
XYZ 36.24 25.54 82.38 -
YUV 141.68 181.23 143.92 -
System Red Green Blue C M Y K H S L
Decimal 164 112 236 0.31 0.53 0 0.07 265.16 0.77 0.68
Hex A4 70 EC 1F 35 0 7 109 4D 44
Octal 244 160 354 37 65 0 7 411 115 104
Binary 10100100 1110000 11101100 11111 110101 0 111 100001001 1001101 1000100

Color Harmonies of #A470EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470EC

Black with #A470EC

Text Example


Text Example

White with #A470EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470EC; }

 p { color: rgb(164,112,236); }

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

background-color css

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

 a { background-color: rgb(164,112,236); }

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

border-color css

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

 span { border-color: rgb(164,112,236); }

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