Html Css Color HEX #A561ED Medium Purple

📋 copy color: '#A561ED'

red 165 ◦ green 97 ◦ blue 237

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

Shades of Medium Purple #A561ED

Tints of Medium Purple #A561ED

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

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

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

R = 33.07%
G = 19.44%
B = 47.49%

CMYK

 C value IS 0.30

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A561ED (or 0xA561ED) is known color: Medium Purple. HEX triplet: A5, 61 and ED. RGB value is (165,97,237). Sum of RGB (Red+Green+Blue) = 165+97+237=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #A561ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561ED is #5A9E12. Grayscale: #848484. Windows color (decimal): -5938707 or 15557029. OLE color: 15557029.

HSL color Cylindrical-coordinate representation of color #A561ED: hue angle of 269.14º 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 #A561ED is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 97 237 -
CMYK 0.30 0.59 0 0.07
HSL 269.14º 0.8% 0.65% -
HSV(B) 269.14º 0.59% 0.93% -
XYZ 35.08 22.66 82.65 -
YUV 133.29 186.53 150.62 -
System Red Green Blue C M Y K H S L
Decimal 165 97 237 0.30 0.59 0 0.07 269.14 0.8 0.65
Hex A5 61 ED 1E 3B 0 7 10D 50 41
Octal 245 141 355 36 73 0 7 415 120 101
Binary 10100101 1100001 11101101 11110 111011 0 111 100001101 1010000 1000001

Color Harmonies of #A561ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561ED

Black with #A561ED

Text Example


Text Example

White with #A561ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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