Html Css Color HEX #A07ADE Medium Purple

📋 copy color: '#A07ADE'

red 160 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #A07ADE

Tints of Medium Purple #A07ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.05%

R = 31.75%
G = 24.21%
B = 44.05%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A07ADE (or 0xA07ADE) is known color: Medium Purple. HEX triplet: A0, 7A and DE. RGB value is (160,122,222). Sum of RGB (Red+Green+Blue) = 160+122+222=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #A07ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ADE is #5F8521. Grayscale: #909090. Windows color (decimal): -6260002 or 14580384. OLE color: 14580384.

HSL color Cylindrical-coordinate representation of color #A07ADE: hue angle of 262.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07ADE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 122 222 -
CMYK 0.28 0.45 0 0.13
HSL 262.8º 0.6% 0.67% -
HSV(B) 262.8º 0.45% 0.87% -
XYZ 34.64 26.67 72.43 -
YUV 144.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 160 122 222 0.28 0.45 0 0.13 262.8 0.6 0.67
Hex A0 7A DE 1C 2D 0 D 107 3C 43
Octal 240 172 336 34 55 0 15 407 74 103
Binary 10100000 1111010 11011110 11100 101101 0 1101 100000111 111100 1000011

Color Harmonies of #A07ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ADE

Black with #A07ADE

Text Example


Text Example

White with #A07ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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