Html Css Color HEX #A363F5 Medium Purple

📋 copy color: '#A363F5'

red 163 ◦ green 99 ◦ blue 245

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

Shades of Medium Purple #A363F5

Tints of Medium Purple #A363F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.32%

R = 32.15%
G = 19.53%
B = 48.32%

CMYK

 C value IS 0.33

 M value IS 0.60

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A363F5 (or 0xA363F5) is known color: Medium Purple. HEX triplet: A3, 63 and F5. RGB value is (163,99,245). Sum of RGB (Red+Green+Blue) = 163+99+245=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #A363F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A363F5 is #5C9C0A. Grayscale: #868686. Windows color (decimal): -6069259 or 16081827. OLE color: 16081827.

HSL color Cylindrical-coordinate representation of color #A363F5: hue angle of 266.3º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A363F5 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 99 245 -
CMYK 0.33 0.60 0 0.04
HSL 266.3º 0.88% 0.67% -
HSV(B) 266.3º 0.6% 0.96% -
XYZ 36.05 23.3 88.98 -
YUV 134.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 163 99 245 0.33 0.60 0 0.04 266.3 0.88 0.67
Hex A3 63 F5 21 3C 0 4 10A 58 43
Octal 243 143 365 41 74 0 4 412 130 103
Binary 10100011 1100011 11110101 100001 111100 0 100 100001010 1011000 1000011

Color Harmonies of #A363F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A363F5

Black with #A363F5

Text Example


Text Example

White with #A363F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A363F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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