Html Css Color HEX #A070EB Medium Purple

📋 copy color: '#A070EB'

red 160 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #A070EB

Tints of Medium Purple #A070EB

RGB

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

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

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

R = 31.56%
G = 22.09%
B = 46.35%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A070EB (or 0xA070EB) is known color: Medium Purple. HEX triplet: A0, 70 and EB. RGB value is (160,112,235). Sum of RGB (Red+Green+Blue) = 160+112+235=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A070EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A070EB is #5F8F14. Grayscale: #8B8B8B. Windows color (decimal): -6262549 or 15429792. OLE color: 15429792.

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

Color convert

RGB 160 112 235 -
CMYK 0.32 0.52 0 0.08
HSL 263.41º 0.75% 0.68% -
HSV(B) 263.41º 0.52% 0.92% -
XYZ 35.29 25.06 81.57 -
YUV 140.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 160 112 235 0.32 0.52 0 0.08 263.41 0.75 0.68
Hex A0 70 EB 20 34 0 8 107 4B 44
Octal 240 160 353 40 64 0 10 407 113 104
Binary 10100000 1110000 11101011 100000 110100 0 1000 100000111 1001011 1000100

Color Harmonies of #A070EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A070EB

Black with #A070EB

Text Example


Text Example

White with #A070EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A070EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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