Html Css Color HEX #A074DA Medium Purple

📋 copy color: '#A074DA'

red 160 ◦ green 116 ◦ blue 218

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

Shades of Medium Purple #A074DA

Tints of Medium Purple #A074DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 32.39%
G = 23.48%
B = 44.13%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A074DA (or 0xA074DA) is known color: Medium Purple. HEX triplet: A0, 74 and DA. RGB value is (160,116,218). Sum of RGB (Red+Green+Blue) = 160+116+218=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #A074DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A074DA is #5F8B25. Grayscale: #8C8C8C. Windows color (decimal): -6261542 or 14316704. OLE color: 14316704.

HSL color Cylindrical-coordinate representation of color #A074DA: hue angle of 265.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A074DA is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 116 218 -
CMYK 0.27 0.47 0 0.15
HSL 265.88º 0.58% 0.65% -
HSV(B) 265.88º 0.47% 0.85% -
XYZ 33.4 25.03 69.4 -
YUV 140.78 171.58 141.71 -
System Red Green Blue C M Y K H S L
Decimal 160 116 218 0.27 0.47 0 0.15 265.88 0.58 0.65
Hex A0 74 DA 1B 2F 0 F 10A 3A 41
Octal 240 164 332 33 57 0 17 412 72 101
Binary 10100000 1110100 11011010 11011 101111 0 1111 100001010 111010 1000001

Color Harmonies of #A074DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074DA

Black with #A074DA

Text Example


Text Example

White with #A074DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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