Html Css Color HEX #A054F7 Medium Purple

📋 copy color: '#A054F7'

red 160 ◦ green 84 ◦ blue 247

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

Shades of Medium Purple #A054F7

Tints of Medium Purple #A054F7

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

 BLUE value IS 247 (96.88% from 255) = 50.31%

R = 32.59%
G = 17.11%
B = 50.31%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A054F7 (or 0xA054F7) is known color: Medium Purple. HEX triplet: A0, 54 and F7. RGB value is (160,84,247). Sum of RGB (Red+Green+Blue) = 160+84+247=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #A054F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A054F7 is #5FAB08. Grayscale: #7C7C7C. Windows color (decimal): -6269705 or 16209056. OLE color: 16209056.

HSL color Cylindrical-coordinate representation of color #A054F7: hue angle of 267.98º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A054F7 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 84 247 -
CMYK 0.35 0.66 0 0.03
HSL 267.98º 0.91% 0.65% -
HSV(B) 267.98º 0.66% 0.97% -
XYZ 34.46 20.53 90.14 -
YUV 125.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 160 84 247 0.35 0.66 0 0.03 267.98 0.91 0.65
Hex A0 54 F7 23 42 0 3 10C 5B 41
Octal 240 124 367 43 102 0 3 414 133 101
Binary 10100000 1010100 11110111 100011 1000010 0 11 100001100 1011011 1000001

Color Harmonies of #A054F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A054F7

Black with #A054F7

Text Example


Text Example

White with #A054F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A054F7; }

 p { color: rgb(160,84,247); }

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

background-color css

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

 a { background-color: rgb(160,84,247); }

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

border-color css

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

 span { border-color: rgb(160,84,247); }

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