Html Css Color HEX #A070E4 Medium Purple

📋 copy color: '#A070E4'

red 160 ◦ green 112 ◦ blue 228

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

Shades of Medium Purple #A070E4

Tints of Medium Purple #A070E4

RGB

 RED value IS 160 (62.89% from 255) = 32%

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

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 32%
G = 22.4%
B = 45.6%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A070E4 (or 0xA070E4) is known color: Medium Purple. HEX triplet: A0, 70 and E4. RGB value is (160,112,228). Sum of RGB (Red+Green+Blue) = 160+112+228=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #A070E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070E4 is #5F8F1B. Grayscale: #8B8B8B. Windows color (decimal): -6262556 or 14971040. OLE color: 14971040.

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

Color convert

RGB 160 112 228 -
CMYK 0.30 0.51 0 0.11
HSL 264.83º 0.68% 0.67% -
HSV(B) 264.83º 0.51% 0.89% -
XYZ 34.29 24.66 76.35 -
YUV 139.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 160 112 228 0.30 0.51 0 0.11 264.83 0.68 0.67
Hex A0 70 E4 1E 33 0 B 109 44 43
Octal 240 160 344 36 63 0 13 411 104 103
Binary 10100000 1110000 11100100 11110 110011 0 1011 100001001 1000100 1000011

Color Harmonies of #A070E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070E4

Black with #A070E4

Text Example


Text Example

White with #A070E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070E4; }

 p { color: rgb(160,112,228); }

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

background-color css

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

 a { background-color: rgb(160,112,228); }

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

border-color css

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

 span { border-color: rgb(160,112,228); }

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