Html Css Color HEX #A051FD Medium Purple

📋 copy color: '#A051FD'

red 160 ◦ green 81 ◦ blue 253

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

Shades of Medium Purple #A051FD

Tints of Medium Purple #A051FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 32.39%
G = 16.4%
B = 51.21%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A051FD (or 0xA051FD) is known color: Medium Purple. HEX triplet: A0, 51 and FD. RGB value is (160,81,253). Sum of RGB (Red+Green+Blue) = 160+81+253=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 81 (32.03% from 255 or 16.40% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #A051FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051FD is #5FAE02. Grayscale: #7B7B7B. Windows color (decimal): -6270467 or 16601504. OLE color: 16601504.

HSL color Cylindrical-coordinate representation of color #A051FD: hue angle of 267.56º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A051FD is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 81 253 -
CMYK 0.37 0.68 0 0.01
HSL 267.56º 0.98% 0.65% -
HSV(B) 267.56º 0.68% 0.99% -
XYZ 35.17 20.45 95.02 -
YUV 124.23 200.67 153.51 -
System Red Green Blue C M Y K H S L
Decimal 160 81 253 0.37 0.68 0 0.01 267.56 0.98 0.65
Hex A0 51 FD 25 44 0 1 10C 62 41
Octal 240 121 375 45 104 0 1 414 142 101
Binary 10100000 1010001 11111101 100101 1000100 0 1 100001100 1100010 1000001

Color Harmonies of #A051FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051FD

Black with #A051FD

Text Example


Text Example

White with #A051FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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