Html Css Color HEX #A370DC Medium Purple

📋 copy color: '#A370DC'

red 163 ◦ green 112 ◦ blue 220

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

Shades of Medium Purple #A370DC

Tints of Medium Purple #A370DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.63%

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 32.93%
G = 22.63%
B = 44.44%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A370DC (or 0xA370DC) is known color: Medium Purple. HEX triplet: A3, 70 and DC. RGB value is (163,112,220). Sum of RGB (Red+Green+Blue) = 163+112+220=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #A370DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A370DC is #5C8F23. Grayscale: #8B8B8B. Windows color (decimal): -6065956 or 14446755. OLE color: 14446755.

HSL color Cylindrical-coordinate representation of color #A370DC: hue angle of 268.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A370DC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 112 220 -
CMYK 0.26 0.49 0 0.14
HSL 268.33º 0.61% 0.65% -
HSV(B) 268.33º 0.49% 0.86% -
XYZ 33.82 24.54 70.66 -
YUV 139.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 163 112 220 0.26 0.49 0 0.14 268.33 0.61 0.65
Hex A3 70 DC 1A 31 0 E 10C 3D 41
Octal 243 160 334 32 61 0 16 414 75 101
Binary 10100011 1110000 11011100 11010 110001 0 1110 100001100 111101 1000001

Color Harmonies of #A370DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370DC

Black with #A370DC

Text Example


Text Example

White with #A370DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370DC; }

 p { color: rgb(163,112,220); }

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

background-color css

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

 a { background-color: rgb(163,112,220); }

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

border-color css

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

 span { border-color: rgb(163,112,220); }

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