Html Css Color HEX #A074DC Medium Purple

📋 copy color: '#A074DC'

red 160 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #A074DC

Tints of Medium Purple #A074DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.39%

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

R = 32.26%
G = 23.39%
B = 44.35%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A074DC (or 0xA074DC) is known color: Medium Purple. HEX triplet: A0, 74 and DC. RGB value is (160,116,220). Sum of RGB (Red+Green+Blue) = 160+116+220=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #A074DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074DC is #5F8B23. Grayscale: #8C8C8C. Windows color (decimal): -6261540 or 14447776. OLE color: 14447776.

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

Color convert

RGB 160 116 220 -
CMYK 0.27 0.47 0 0.14
HSL 265.38º 0.6% 0.66% -
HSV(B) 265.38º 0.47% 0.86% -
XYZ 33.66 25.13 70.79 -
YUV 141.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 160 116 220 0.27 0.47 0 0.14 265.38 0.6 0.66
Hex A0 74 DC 1B 2F 0 E 109 3C 42
Octal 240 164 334 33 57 0 16 411 74 102
Binary 10100000 1110100 11011100 11011 101111 0 1110 100001001 111100 1000010

Color Harmonies of #A074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074DC

Black with #A074DC

Text Example


Text Example

White with #A074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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