Html Css Color HEX #A07CDC Medium Purple

📋 copy color: '#A07CDC'

red 160 ◦ green 124 ◦ blue 220

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

Shades of Medium Purple #A07CDC

Tints of Medium Purple #A07CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.6%

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

R = 31.75%
G = 24.6%
B = 43.65%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A07CDC (or 0xA07CDC) is known color: Medium Purple. HEX triplet: A0, 7C and DC. RGB value is (160,124,220). Sum of RGB (Red+Green+Blue) = 160+124+220=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A07CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07CDC is #5F8323. Grayscale: #919191. Windows color (decimal): -6259492 or 14449824. OLE color: 14449824.

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

Color convert

RGB 160 124 220 -
CMYK 0.27 0.44 0 0.14
HSL 262.5º 0.58% 0.67% -
HSV(B) 262.5º 0.44% 0.86% -
XYZ 34.62 27.06 71.11 -
YUV 145.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 160 124 220 0.27 0.44 0 0.14 262.5 0.58 0.67
Hex A0 7C DC 1B 2C 0 E 106 3A 43
Octal 240 174 334 33 54 0 16 406 72 103
Binary 10100000 1111100 11011100 11011 101100 0 1110 100000110 111010 1000011

Color Harmonies of #A07CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CDC

Black with #A07CDC

Text Example


Text Example

White with #A07CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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