Html Css Color HEX #A360FD Medium Purple

📋 copy color: '#A360FD'

red 163 ◦ green 96 ◦ blue 253

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

Shades of Medium Purple #A360FD

Tints of Medium Purple #A360FD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.75%

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

R = 31.84%
G = 18.75%
B = 49.41%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A360FD (or 0xA360FD) is known color: Medium Purple. HEX triplet: A3, 60 and FD. RGB value is (163,96,253). Sum of RGB (Red+Green+Blue) = 163+96+253=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #A360FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360FD is #5C9F02. Grayscale: #858585. Windows color (decimal): -6070019 or 16605347. OLE color: 16605347.

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

Color convert

RGB 163 96 253 -
CMYK 0.36 0.62 0 0.01
HSL 265.61º 0.98% 0.68% -
HSV(B) 265.61º 0.62% 0.99% -
XYZ 37.02 23.24 95.46 -
YUV 133.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 163 96 253 0.36 0.62 0 0.01 265.61 0.98 0.68
Hex A3 60 FD 24 3E 0 1 10A 62 44
Octal 243 140 375 44 76 0 1 412 142 104
Binary 10100011 1100000 11111101 100100 111110 0 1 100001010 1100010 1000100

Color Harmonies of #A360FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360FD

Black with #A360FD

Text Example


Text Example

White with #A360FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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