Html Css Color HEX #A074D7 Medium Purple

📋 copy color: '#A074D7'

red 160 ◦ green 116 ◦ blue 215

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

Shades of Medium Purple #A074D7

Tints of Medium Purple #A074D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 32.59%
G = 23.63%
B = 43.79%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A074D7 (or 0xA074D7) is known color: Medium Purple. HEX triplet: A0, 74 and D7. RGB value is (160,116,215). Sum of RGB (Red+Green+Blue) = 160+116+215=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #A074D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074D7 is #5F8B28. Grayscale: #8C8C8C. Windows color (decimal): -6261545 or 14120096. OLE color: 14120096.

HSL color Cylindrical-coordinate representation of color #A074D7: hue angle of 266.67º degrees, saturation: 0.55, 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 #A074D7 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 116 215 -
CMYK 0.26 0.46 0 0.16
HSL 266.67º 0.55% 0.65% -
HSV(B) 266.67º 0.46% 0.84% -
XYZ 33.01 24.87 67.35 -
YUV 140.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 160 116 215 0.26 0.46 0 0.16 266.67 0.55 0.65
Hex A0 74 D7 1A 2E 0 10 10B 37 41
Octal 240 164 327 32 56 0 20 413 67 101
Binary 10100000 1110100 11010111 11010 101110 0 10000 100001011 110111 1000001

Color Harmonies of #A074D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074D7

Black with #A074D7

Text Example


Text Example

White with #A074D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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