Html Css Color HEX #A353FE Medium Purple

📋 copy color: '#A353FE'

red 163 ◦ green 83 ◦ blue 254

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

Shades of Medium Purple #A353FE

Tints of Medium Purple #A353FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.6%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 32.6%
G = 16.6%
B = 50.8%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A353FE (or 0xA353FE) is known color: Medium Purple. HEX triplet: A3, 53 and FE. RGB value is (163,83,254). Sum of RGB (Red+Green+Blue) = 163+83+254=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #A353FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353FE is #5CAC01. Grayscale: #7D7D7D. Windows color (decimal): -6073346 or 16667555. OLE color: 16667555.

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

Color convert

RGB 163 83 254 -
CMYK 0.36 0.67 0 0.00
HSL 268.07º 0.99% 0.66% -
HSV(B) 268.07º 0.67% 1% -
XYZ 36.09 21.13 95.94 -
YUV 126.41 200 154.1 -
System Red Green Blue C M Y K H S L
Decimal 163 83 254 0.36 0.67 0 0.00 268.07 0.99 0.66
Hex A3 53 FE 24 43 0 0 10C 63 42
Octal 243 123 376 44 103 0 0 414 143 102
Binary 10100011 1010011 11111110 100100 1000011 0 0 100001100 1100011 1000010

Color Harmonies of #A353FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A353FE

Black with #A353FE

Text Example


Text Example

White with #A353FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A353FE; }

 p { color: rgb(163,83,254); }

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

background-color css

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

 a { background-color: rgb(163,83,254); }

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

border-color css

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

 span { border-color: rgb(163,83,254); }

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