Html Css Color HEX #A372DA Medium Purple

📋 copy color: '#A372DA'

red 163 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #A372DA

Tints of Medium Purple #A372DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 32.93%
G = 23.03%
B = 44.04%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A372DA (or 0xA372DA) is known color: Medium Purple. HEX triplet: A3, 72 and DA. RGB value is (163,114,218). Sum of RGB (Red+Green+Blue) = 163+114+218=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A372DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372DA is #5C8D25. Grayscale: #8C8C8C. Windows color (decimal): -6065446 or 14316195. OLE color: 14316195.

HSL color Cylindrical-coordinate representation of color #A372DA: hue angle of 268.27º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A372DA is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 114 218 -
CMYK 0.25 0.48 0 0.15
HSL 268.27º 0.58% 0.65% -
HSV(B) 268.27º 0.48% 0.85% -
XYZ 33.78 24.88 69.35 -
YUV 140.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 163 114 218 0.25 0.48 0 0.15 268.27 0.58 0.65
Hex A3 72 DA 19 30 0 F 10C 3A 41
Octal 243 162 332 31 60 0 17 414 72 101
Binary 10100011 1110010 11011010 11001 110000 0 1111 100001100 111010 1000001

Color Harmonies of #A372DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372DA

Black with #A372DA

Text Example


Text Example

White with #A372DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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