Html Css Color HEX #A061E5 Medium Purple

📋 copy color: '#A061E5'

red 160 ◦ green 97 ◦ blue 229

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

Shades of Medium Purple #A061E5

Tints of Medium Purple #A061E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 32.92%
G = 19.96%
B = 47.12%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A061E5 (or 0xA061E5) is known color: Medium Purple. HEX triplet: A0, 61 and E5. RGB value is (160,97,229). Sum of RGB (Red+Green+Blue) = 160+97+229=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #A061E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A061E5 is #5F9E1A. Grayscale: #828282. Windows color (decimal): -6266395 or 15032736. OLE color: 15032736.

HSL color Cylindrical-coordinate representation of color #A061E5: hue angle of 268.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A061E5 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 97 229 -
CMYK 0.30 0.58 0 0.10
HSL 268.64º 0.72% 0.64% -
HSV(B) 268.64º 0.58% 0.9% -
XYZ 32.91 21.68 76.58 -
YUV 130.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 160 97 229 0.30 0.58 0 0.10 268.64 0.72 0.64
Hex A0 61 E5 1E 3A 0 A 10D 48 40
Octal 240 141 345 36 72 0 12 415 110 100
Binary 10100000 1100001 11100101 11110 111010 0 1010 100001101 1001000 1000000

Color Harmonies of #A061E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A061E5

Black with #A061E5

Text Example


Text Example

White with #A061E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A061E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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