Html Css Color HEX #A051F9 Medium Purple

📋 copy color: '#A051F9'

red 160 ◦ green 81 ◦ blue 249

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

Shades of Medium Purple #A051F9

Tints of Medium Purple #A051F9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.53%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 32.65%
G = 16.53%
B = 50.82%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A051F9 (or 0xA051F9) is known color: Medium Purple. HEX triplet: A0, 51 and F9. RGB value is (160,81,249). Sum of RGB (Red+Green+Blue) = 160+81+249=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #A051F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051F9 is #5FAE06. Grayscale: #7B7B7B. Windows color (decimal): -6270471 or 16339360. OLE color: 16339360.

HSL color Cylindrical-coordinate representation of color #A051F9: hue angle of 268.21º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A051F9 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 81 249 -
CMYK 0.36 0.67 0 0.02
HSL 268.21º 0.93% 0.65% -
HSV(B) 268.21º 0.67% 0.98% -
XYZ 34.54 20.2 91.7 -
YUV 123.77 198.67 153.84 -
System Red Green Blue C M Y K H S L
Decimal 160 81 249 0.36 0.67 0 0.02 268.21 0.93 0.65
Hex A0 51 F9 24 43 0 2 10C 5D 41
Octal 240 121 371 44 103 0 2 414 135 101
Binary 10100000 1010001 11111001 100100 1000011 0 10 100001100 1011101 1000001

Color Harmonies of #A051F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051F9

Black with #A051F9

Text Example


Text Example

White with #A051F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051F9; }

 p { color: rgb(160,81,249); }

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

background-color css

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

 a { background-color: rgb(160,81,249); }

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

border-color css

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

 span { border-color: rgb(160,81,249); }

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