Html Css Color HEX #A07ADC Medium Purple

📋 copy color: '#A07ADC'

red 160 ◦ green 122 ◦ blue 220

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

Shades of Medium Purple #A07ADC

Tints of Medium Purple #A07ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 31.87%
G = 24.3%
B = 43.82%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A07ADC (or 0xA07ADC) is known color: Medium Purple. HEX triplet: A0, 7A and DC. RGB value is (160,122,220). Sum of RGB (Red+Green+Blue) = 160+122+220=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #A07ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ADC is #5F8523. Grayscale: #909090. Windows color (decimal): -6260004 or 14449312. OLE color: 14449312.

HSL color Cylindrical-coordinate representation of color #A07ADC: hue angle of 263.27º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07ADC is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 122 220 -
CMYK 0.27 0.45 0 0.14
HSL 263.27º 0.58% 0.67% -
HSV(B) 263.27º 0.45% 0.86% -
XYZ 34.38 26.56 71.02 -
YUV 144.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 160 122 220 0.27 0.45 0 0.14 263.27 0.58 0.67
Hex A0 7A DC 1B 2D 0 E 107 3A 43
Octal 240 172 334 33 55 0 16 407 72 103
Binary 10100000 1111010 11011100 11011 101101 0 1110 100000111 111010 1000011

Color Harmonies of #A07ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07ADC

Black with #A07ADC

Text Example


Text Example

White with #A07ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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