Html Css Color HEX #A074D5 Medium Purple

📋 copy color: '#A074D5'

red 160 ◦ green 116 ◦ blue 213

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

Shades of Medium Purple #A074D5

Tints of Medium Purple #A074D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.56%

R = 32.72%
G = 23.72%
B = 43.56%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A074D5 (or 0xA074D5) is known color: Medium Purple. HEX triplet: A0, 74 and D5. RGB value is (160,116,213). Sum of RGB (Red+Green+Blue) = 160+116+213=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #A074D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074D5 is #5F8B2A. Grayscale: #8B8B8B. Windows color (decimal): -6261547 or 13989024. OLE color: 13989024.

HSL color Cylindrical-coordinate representation of color #A074D5: hue angle of 267.22º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A074D5 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 116 213 -
CMYK 0.25 0.46 0 0.16
HSL 267.22º 0.54% 0.65% -
HSV(B) 267.22º 0.46% 0.84% -
XYZ 32.75 24.77 66.01 -
YUV 140.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 160 116 213 0.25 0.46 0 0.16 267.22 0.54 0.65
Hex A0 74 D5 19 2E 0 10 10B 36 41
Octal 240 164 325 31 56 0 20 413 66 101
Binary 10100000 1110100 11010101 11001 101110 0 10000 100001011 110110 1000001

Color Harmonies of #A074D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074D5

Black with #A074D5

Text Example


Text Example

White with #A074D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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