Html Css Color HEX #A561E8 Medium Purple

📋 copy color: '#A561E8'

red 165 ◦ green 97 ◦ blue 232

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

Shades of Medium Purple #A561E8

Tints of Medium Purple #A561E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.96%

R = 33.4%
G = 19.64%
B = 46.96%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A561E8 (or 0xA561E8) is known color: Medium Purple. HEX triplet: A5, 61 and E8. RGB value is (165,97,232). Sum of RGB (Red+Green+Blue) = 165+97+232=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #A561E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561E8 is #5A9E17. Grayscale: #848484. Windows color (decimal): -5938712 or 15229349. OLE color: 15229349.

HSL color Cylindrical-coordinate representation of color #A561E8: hue angle of 270.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A561E8 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 97 232 -
CMYK 0.29 0.58 0 0.09
HSL 270.22º 0.75% 0.65% -
HSV(B) 270.22º 0.58% 0.91% -
XYZ 34.36 22.37 78.85 -
YUV 132.72 184.03 151.02 -
System Red Green Blue C M Y K H S L
Decimal 165 97 232 0.29 0.58 0 0.09 270.22 0.75 0.65
Hex A5 61 E8 1D 3A 0 9 10E 4B 41
Octal 245 141 350 35 72 0 11 416 113 101
Binary 10100101 1100001 11101000 11101 111010 0 1001 100001110 1001011 1000001

Color Harmonies of #A561E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561E8

Black with #A561E8

Text Example


Text Example

White with #A561E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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