Html Css Color HEX #A561EA Medium Purple

📋 copy color: '#A561EA'

red 165 ◦ green 97 ◦ blue 234

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

Shades of Medium Purple #A561EA

Tints of Medium Purple #A561EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 33.27%
G = 19.56%
B = 47.18%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A561EA (or 0xA561EA) is known color: Medium Purple. HEX triplet: A5, 61 and EA. RGB value is (165,97,234). Sum of RGB (Red+Green+Blue) = 165+97+234=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #A561EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561EA is #5A9E15. Grayscale: #848484. Windows color (decimal): -5938710 or 15360421. OLE color: 15360421.

HSL color Cylindrical-coordinate representation of color #A561EA: hue angle of 269.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A561EA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 97 234 -
CMYK 0.29 0.59 0 0.08
HSL 269.78º 0.77% 0.65% -
HSV(B) 269.78º 0.59% 0.92% -
XYZ 34.64 22.49 80.36 -
YUV 132.95 185.03 150.86 -
System Red Green Blue C M Y K H S L
Decimal 165 97 234 0.29 0.59 0 0.08 269.78 0.77 0.65
Hex A5 61 EA 1D 3B 0 8 10E 4D 41
Octal 245 141 352 35 73 0 10 416 115 101
Binary 10100101 1100001 11101010 11101 111011 0 1000 100001110 1001101 1000001

Color Harmonies of #A561EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A561EA

Black with #A561EA

Text Example


Text Example

White with #A561EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A561EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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