Html Css Color HEX #A358ED Medium Purple

📋 copy color: '#A358ED'

red 163 ◦ green 88 ◦ blue 237

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

Shades of Medium Purple #A358ED

Tints of Medium Purple #A358ED

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 33.4%
G = 18.03%
B = 48.57%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A358ED (or 0xA358ED) is known color: Medium Purple. HEX triplet: A3, 58 and ED. RGB value is (163,88,237). Sum of RGB (Red+Green+Blue) = 163+88+237=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #A358ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358ED is #5CA712. Grayscale: #7E7E7E. Windows color (decimal): -6072083 or 15554723. OLE color: 15554723.

HSL color Cylindrical-coordinate representation of color #A358ED: hue angle of 270.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A358ED is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 88 237 -
CMYK 0.31 0.63 0 0.07
HSL 270.2º 0.81% 0.64% -
HSV(B) 270.2º 0.63% 0.93% -
XYZ 33.88 20.88 82.37 -
YUV 127.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 163 88 237 0.31 0.63 0 0.07 270.2 0.81 0.64
Hex A3 58 ED 1F 3F 0 7 10E 51 40
Octal 243 130 355 37 77 0 7 416 121 100
Binary 10100011 1011000 11101101 11111 111111 0 111 100001110 1010001 1000000

Color Harmonies of #A358ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358ED

Black with #A358ED

Text Example


Text Example

White with #A358ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358ED; }

 p { color: rgb(163,88,237); }

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

background-color css

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

 a { background-color: rgb(163,88,237); }

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

border-color css

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

 span { border-color: rgb(163,88,237); }

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