Html Css Color HEX #A372DC Medium Purple

📋 copy color: '#A372DC'

red 163 ◦ green 114 ◦ blue 220

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

Shades of Medium Purple #A372DC

Tints of Medium Purple #A372DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.94%

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

R = 32.8%
G = 22.94%
B = 44.27%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A372DC (or 0xA372DC) is known color: Medium Purple. HEX triplet: A3, 72 and DC. RGB value is (163,114,220). Sum of RGB (Red+Green+Blue) = 163+114+220=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A372DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372DC is #5C8D23. Grayscale: #8C8C8C. Windows color (decimal): -6065444 or 14447267. OLE color: 14447267.

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

Color convert

RGB 163 114 220 -
CMYK 0.26 0.48 0 0.14
HSL 267.74º 0.6% 0.65% -
HSV(B) 267.74º 0.48% 0.86% -
XYZ 34.04 24.99 70.74 -
YUV 140.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 163 114 220 0.26 0.48 0 0.14 267.74 0.6 0.65
Hex A3 72 DC 1A 30 0 E 10C 3C 41
Octal 243 162 334 32 60 0 16 414 74 101
Binary 10100011 1110010 11011100 11010 110000 0 1110 100001100 111100 1000001

Color Harmonies of #A372DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372DC

Black with #A372DC

Text Example


Text Example

White with #A372DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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