Html Css Color HEX #A04FF2 Medium Purple

📋 copy color: '#A04FF2'

red 160 ◦ green 79 ◦ blue 242

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

Shades of Medium Purple #A04FF2

Tints of Medium Purple #A04FF2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 33.26%
G = 16.42%
B = 50.31%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A04FF2 (or 0xA04FF2) is known color: Medium Purple. HEX triplet: A0, 4F and F2. RGB value is (160,79,242). Sum of RGB (Red+Green+Blue) = 160+79+242=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #A04FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FF2 is #5FB00D. Grayscale: #797979. Windows color (decimal): -6270990 or 15880096. OLE color: 15880096.

HSL color Cylindrical-coordinate representation of color #A04FF2: hue angle of 269.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04FF2 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 79 242 -
CMYK 0.34 0.67 0 0.05
HSL 269.82º 0.86% 0.63% -
HSV(B) 269.82º 0.67% 0.95% -
XYZ 33.32 19.48 86.01 -
YUV 121.8 195.84 155.25 -
System Red Green Blue C M Y K H S L
Decimal 160 79 242 0.34 0.67 0 0.05 269.82 0.86 0.63
Hex A0 4F F2 22 43 0 5 10E 56 3F
Octal 240 117 362 42 103 0 5 416 126 77
Binary 10100000 1001111 11110010 100010 1000011 0 101 100001110 1010110 111111

Color Harmonies of #A04FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FF2

Black with #A04FF2

Text Example


Text Example

White with #A04FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FF2; }

 p { color: rgb(160,79,242); }

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

background-color css

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

 a { background-color: rgb(160,79,242); }

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

border-color css

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

 span { border-color: rgb(160,79,242); }

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