Html Css Color HEX #A362EA Medium Purple

📋 copy color: '#A362EA'

red 163 ◦ green 98 ◦ blue 234

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

Shades of Medium Purple #A362EA

Tints of Medium Purple #A362EA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.8%

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

R = 32.93%
G = 19.8%
B = 47.27%

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

#A362EA (or 0xA362EA) is known color: Medium Purple. HEX triplet: A3, 62 and EA. RGB value is (163,98,234). Sum of RGB (Red+Green+Blue) = 163+98+234=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #A362EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362EA is #5C9D15. Grayscale: #848484. Windows color (decimal): -6069526 or 15360675. OLE color: 15360675.

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

Color convert

RGB 163 98 234 -
CMYK 0.30 0.58 0 0.08
HSL 268.68º 0.76% 0.65% -
HSV(B) 268.68º 0.58% 0.92% -
XYZ 34.32 22.46 80.37 -
YUV 132.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 163 98 234 0.30 0.58 0 0.08 268.68 0.76 0.65
Hex A3 62 EA 1E 3A 0 8 10D 4C 41
Octal 243 142 352 36 72 0 10 415 114 101
Binary 10100011 1100010 11101010 11110 111010 0 1000 100001101 1001100 1000001

Color Harmonies of #A362EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362EA

Black with #A362EA

Text Example


Text Example

White with #A362EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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