Html Css Color HEX #A061ED Medium Purple

📋 copy color: '#A061ED'

red 160 ◦ green 97 ◦ blue 237

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

Shades of Medium Purple #A061ED

Tints of Medium Purple #A061ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.64%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 32.39%
G = 19.64%
B = 47.98%

CMYK

 C value IS 0.32

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A061ED (or 0xA061ED) is known color: Medium Purple. HEX triplet: A0, 61 and ED. RGB value is (160,97,237). Sum of RGB (Red+Green+Blue) = 160+97+237=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #A061ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A061ED is #5F9E12. Grayscale: #838383. Windows color (decimal): -6266387 or 15557024. OLE color: 15557024.

HSL color Cylindrical-coordinate representation of color #A061ED: hue angle of 267º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A061ED is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 97 237 -
CMYK 0.32 0.59 0 0.07
HSL 267º 0.8% 0.65% -
HSV(B) 267º 0.59% 0.93% -
XYZ 34.06 22.14 82.6 -
YUV 131.8 187.37 148.12 -
System Red Green Blue C M Y K H S L
Decimal 160 97 237 0.32 0.59 0 0.07 267 0.8 0.65
Hex A0 61 ED 20 3B 0 7 10B 50 41
Octal 240 141 355 40 73 0 7 413 120 101
Binary 10100000 1100001 11101101 100000 111011 0 111 100001011 1010000 1000001

Color Harmonies of #A061ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061ED

Black with #A061ED

Text Example


Text Example

White with #A061ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061ED; }

 p { color: rgb(160,97,237); }

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

background-color css

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

 a { background-color: rgb(160,97,237); }

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

border-color css

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

 span { border-color: rgb(160,97,237); }

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