Html Css Color HEX #A04FF4 Medium Purple

📋 copy color: '#A04FF4'

red 160 ◦ green 79 ◦ blue 244

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

Shades of Medium Purple #A04FF4

Tints of Medium Purple #A04FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 50.52%

R = 33.13%
G = 16.36%
B = 50.52%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A04FF4 (or 0xA04FF4) is known color: Medium Purple. HEX triplet: A0, 4F and F4. RGB value is (160,79,244). Sum of RGB (Red+Green+Blue) = 160+79+244=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #A04FF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FF4 is #5FB00B. Grayscale: #797979. Windows color (decimal): -6270988 or 16011168. OLE color: 16011168.

HSL color Cylindrical-coordinate representation of color #A04FF4: hue angle of 269.45º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04FF4 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 79 244 -
CMYK 0.34 0.68 0 0.04
HSL 269.45º 0.88% 0.63% -
HSV(B) 269.45º 0.68% 0.96% -
XYZ 33.62 19.6 87.6 -
YUV 122.03 196.84 155.08 -
System Red Green Blue C M Y K H S L
Decimal 160 79 244 0.34 0.68 0 0.04 269.45 0.88 0.63
Hex A0 4F F4 22 44 0 4 10D 58 3F
Octal 240 117 364 42 104 0 4 415 130 77
Binary 10100000 1001111 11110100 100010 1000100 0 100 100001101 1011000 111111

Color Harmonies of #A04FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FF4

Black with #A04FF4

Text Example


Text Example

White with #A04FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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