Html Css Color HEX #A358FD Medium Purple

📋 copy color: '#A358FD'

red 163 ◦ green 88 ◦ blue 253

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

Shades of Medium Purple #A358FD

Tints of Medium Purple #A358FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 32.34%
G = 17.46%
B = 50.2%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A358FD (or 0xA358FD) is known color: Medium Purple. HEX triplet: A3, 58 and FD. RGB value is (163,88,253). Sum of RGB (Red+Green+Blue) = 163+88+253=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #A358FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A358FD is #5CA702. Grayscale: #808080. Windows color (decimal): -6072067 or 16603299. OLE color: 16603299.

HSL color Cylindrical-coordinate representation of color #A358FD: hue angle of 267.27º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A358FD is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 88 253 -
CMYK 0.36 0.65 0 0.01
HSL 267.27º 0.98% 0.67% -
HSV(B) 267.27º 0.65% 0.99% -
XYZ 36.32 21.86 95.23 -
YUV 129.24 197.85 152.08 -
System Red Green Blue C M Y K H S L
Decimal 163 88 253 0.36 0.65 0 0.01 267.27 0.98 0.67
Hex A3 58 FD 24 41 0 1 10B 62 43
Octal 243 130 375 44 101 0 1 413 142 103
Binary 10100011 1011000 11111101 100100 1000001 0 1 100001011 1100010 1000011

Color Harmonies of #A358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A358FD

Black with #A358FD

Text Example


Text Example

White with #A358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A358FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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