Html Css Color HEX #A372DD Medium Purple

📋 copy color: '#A372DD'

red 163 ◦ green 114 ◦ blue 221

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

Shades of Medium Purple #A372DD

Tints of Medium Purple #A372DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 32.73%
G = 22.89%
B = 44.38%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A372DD (or 0xA372DD) is known color: Medium Purple. HEX triplet: A3, 72 and DD. RGB value is (163,114,221). Sum of RGB (Red+Green+Blue) = 163+114+221=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #A372DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372DD is #5C8D22. Grayscale: #8C8C8C. Windows color (decimal): -6065443 or 14512803. OLE color: 14512803.

HSL color Cylindrical-coordinate representation of color #A372DD: hue angle of 267.48º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A372DD is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 114 221 -
CMYK 0.26 0.48 0 0.13
HSL 267.48º 0.61% 0.66% -
HSV(B) 267.48º 0.48% 0.87% -
XYZ 34.17 25.04 71.44 -
YUV 140.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 163 114 221 0.26 0.48 0 0.13 267.48 0.61 0.66
Hex A3 72 DD 1A 30 0 D 10B 3D 42
Octal 243 162 335 32 60 0 15 413 75 102
Binary 10100011 1110010 11011101 11010 110000 0 1101 100001011 111101 1000010

Color Harmonies of #A372DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372DD

Black with #A372DD

Text Example


Text Example

White with #A372DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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