Html Css Color HEX #A363EA Medium Purple

📋 copy color: '#A363EA'

red 163 ◦ green 99 ◦ blue 234

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

Shades of Medium Purple #A363EA

Tints of Medium Purple #A363EA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.96%

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

R = 32.86%
G = 19.96%
B = 47.18%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A363EA (or 0xA363EA) is known color: Medium Purple. HEX triplet: A3, 63 and EA. RGB value is (163,99,234). Sum of RGB (Red+Green+Blue) = 163+99+234=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 99 (39.06% from 255 or 19.96% 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 #A363EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363EA is #5C9C15. Grayscale: #858585. Windows color (decimal): -6069270 or 15360931. OLE color: 15360931.

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

Color convert

RGB 163 99 234 -
CMYK 0.30 0.58 0 0.08
HSL 268.44º 0.76% 0.65% -
HSV(B) 268.44º 0.58% 0.92% -
XYZ 34.42 22.65 80.4 -
YUV 133.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 163 99 234 0.30 0.58 0 0.08 268.44 0.76 0.65
Hex A3 63 EA 1E 3A 0 8 10C 4C 41
Octal 243 143 352 36 72 0 10 414 114 101
Binary 10100011 1100011 11101010 11110 111010 0 1000 100001100 1001100 1000001

Color Harmonies of #A363EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363EA

Black with #A363EA

Text Example


Text Example

White with #A363EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363EA; }

 p { color: rgb(163,99,234); }

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

background-color css

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

 a { background-color: rgb(163,99,234); }

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

border-color css

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

 span { border-color: rgb(163,99,234); }

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