Html Css Color HEX #A07AEE Medium Purple

📋 copy color: '#A07AEE'

red 160 ◦ green 122 ◦ blue 238

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

Shades of Medium Purple #A07AEE

Tints of Medium Purple #A07AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.46%

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 30.77%
G = 23.46%
B = 45.77%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A07AEE (or 0xA07AEE) is known color: Medium Purple. HEX triplet: A0, 7A and EE. RGB value is (160,122,238). Sum of RGB (Red+Green+Blue) = 160+122+238=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #A07AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07AEE is #5F8511. Grayscale: #929292. Windows color (decimal): -6259986 or 15628960. OLE color: 15628960.

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

Color convert

RGB 160 122 238 -
CMYK 0.33 0.49 0 0.07
HSL 259.66º 0.77% 0.71% -
HSV(B) 259.66º 0.49% 0.93% -
XYZ 36.89 27.57 84.27 -
YUV 146.59 179.59 137.57 -
System Red Green Blue C M Y K H S L
Decimal 160 122 238 0.33 0.49 0 0.07 259.66 0.77 0.71
Hex A0 7A EE 21 31 0 7 104 4D 47
Octal 240 172 356 41 61 0 7 404 115 107
Binary 10100000 1111010 11101110 100001 110001 0 111 100000100 1001101 1000111

Color Harmonies of #A07AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07AEE

Black with #A07AEE

Text Example


Text Example

White with #A07AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07AEE; }

 p { color: rgb(160,122,238); }

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

background-color css

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

 a { background-color: rgb(160,122,238); }

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

border-color css

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

 span { border-color: rgb(160,122,238); }

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