Html Css Color HEX #A361E8 Medium Purple

📋 copy color: '#A361E8'

red 163 ◦ green 97 ◦ blue 232

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

Shades of Medium Purple #A361E8

Tints of Medium Purple #A361E8

RGB

 RED value IS 163 (64.06% from 255) = 33.13%

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

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

R = 33.13%
G = 19.72%
B = 47.15%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A361E8 (or 0xA361E8) is known color: Medium Purple. HEX triplet: A3, 61 and E8. RGB value is (163,97,232). Sum of RGB (Red+Green+Blue) = 163+97+232=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #A361E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A361E8 is #5C9E17. Grayscale: #838383. Windows color (decimal): -6069784 or 15229347. OLE color: 15229347.

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

Color convert

RGB 163 97 232 -
CMYK 0.30 0.58 0 0.09
HSL 269.33º 0.75% 0.65% -
HSV(B) 269.33º 0.58% 0.91% -
XYZ 33.94 22.16 78.83 -
YUV 132.12 184.37 150.02 -
System Red Green Blue C M Y K H S L
Decimal 163 97 232 0.30 0.58 0 0.09 269.33 0.75 0.65
Hex A3 61 E8 1E 3A 0 9 10D 4B 41
Octal 243 141 350 36 72 0 11 415 113 101
Binary 10100011 1100001 11101000 11110 111010 0 1001 100001101 1001011 1000001

Color Harmonies of #A361E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A361E8

Black with #A361E8

Text Example


Text Example

White with #A361E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A361E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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