Html Css Color HEX #A070E5 Medium Purple

📋 copy color: '#A070E5'

red 160 ◦ green 112 ◦ blue 229

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

Shades of Medium Purple #A070E5

Tints of Medium Purple #A070E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.71%

R = 31.94%
G = 22.36%
B = 45.71%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A070E5 (or 0xA070E5) is known color: Medium Purple. HEX triplet: A0, 70 and E5. RGB value is (160,112,229). Sum of RGB (Red+Green+Blue) = 160+112+229=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #A070E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A070E5 is #5F8F1A. Grayscale: #8B8B8B. Windows color (decimal): -6262555 or 15036576. OLE color: 15036576.

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

Color convert

RGB 160 112 229 -
CMYK 0.30 0.51 0 0.10
HSL 264.62º 0.69% 0.67% -
HSV(B) 264.62º 0.51% 0.9% -
XYZ 34.43 24.72 77.09 -
YUV 139.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 160 112 229 0.30 0.51 0 0.10 264.62 0.69 0.67
Hex A0 70 E5 1E 33 0 A 109 45 43
Octal 240 160 345 36 63 0 12 411 105 103
Binary 10100000 1110000 11100101 11110 110011 0 1010 100001001 1000101 1000011

Color Harmonies of #A070E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070E5

Black with #A070E5

Text Example


Text Example

White with #A070E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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