Html Css Color HEX #A074EF Medium Purple

📋 copy color: '#A074EF'

red 160 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #A074EF

Tints of Medium Purple #A074EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 31.07%
G = 22.52%
B = 46.41%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A074EF (or 0xA074EF) is known color: Medium Purple. HEX triplet: A0, 74 and EF. RGB value is (160,116,239). Sum of RGB (Red+Green+Blue) = 160+116+239=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #A074EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074EF is #5F8B10. Grayscale: #8E8E8E. Windows color (decimal): -6261521 or 15692960. OLE color: 15692960.

HSL color Cylindrical-coordinate representation of color #A074EF: hue angle of 261.46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A074EF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 116 239 -
CMYK 0.33 0.51 0 0.06
HSL 261.46º 0.79% 0.7% -
HSV(B) 261.46º 0.51% 0.94% -
XYZ 36.32 26.2 84.8 -
YUV 143.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 160 116 239 0.33 0.51 0 0.06 261.46 0.79 0.7
Hex A0 74 EF 21 33 0 6 105 4F 46
Octal 240 164 357 41 63 0 6 405 117 106
Binary 10100000 1110100 11101111 100001 110011 0 110 100000101 1001111 1000110

Color Harmonies of #A074EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A074EF

Black with #A074EF

Text Example


Text Example

White with #A074EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A074EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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