Html Css Color HEX #A053F4 Medium Purple

📋 copy color: '#A053F4'

red 160 ◦ green 83 ◦ blue 244

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

Shades of Medium Purple #A053F4

Tints of Medium Purple #A053F4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.04%

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

R = 32.85%
G = 17.04%
B = 50.1%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A053F4 (or 0xA053F4) is known color: Medium Purple. HEX triplet: A0, 53 and F4. RGB value is (160,83,244). Sum of RGB (Red+Green+Blue) = 160+83+244=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 83 (32.81% from 255 or 17.04% from 487); Blue value is 244 (95.70% from 255 or 50.10% from 487); Max value from RGB is 244 - color contains mainly: blue. Hex color #A053F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053F4 is #5FAC0B. Grayscale: #7B7B7B. Windows color (decimal): -6269964 or 16012192. OLE color: 16012192.

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

Color convert

RGB 160 83 244 -
CMYK 0.34 0.66 0 0.04
HSL 268.7º 0.88% 0.64% -
HSV(B) 268.7º 0.66% 0.96% -
XYZ 33.92 20.19 87.7 -
YUV 124.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 160 83 244 0.34 0.66 0 0.04 268.7 0.88 0.64
Hex A0 53 F4 22 42 0 4 10D 58 40
Octal 240 123 364 42 102 0 4 415 130 100
Binary 10100000 1010011 11110100 100010 1000010 0 100 100001101 1011000 1000000

Color Harmonies of #A053F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053F4

Black with #A053F4

Text Example


Text Example

White with #A053F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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