Html Css Color HEX #A372E2 Medium Purple

📋 copy color: '#A372E2'

red 163 ◦ green 114 ◦ blue 226

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

Shades of Medium Purple #A372E2

Tints of Medium Purple #A372E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.93%

R = 32.41%
G = 22.66%
B = 44.93%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A372E2 (or 0xA372E2) is known color: Medium Purple. HEX triplet: A3, 72 and E2. RGB value is (163,114,226). Sum of RGB (Red+Green+Blue) = 163+114+226=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #A372E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A372E2 is #5C8D1D. Grayscale: #8D8D8D. Windows color (decimal): -6065438 or 14840483. OLE color: 14840483.

HSL color Cylindrical-coordinate representation of color #A372E2: hue angle of 266.25º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A372E2 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 114 226 -
CMYK 0.28 0.50 0 0.11
HSL 266.25º 0.66% 0.67% -
HSV(B) 266.25º 0.5% 0.89% -
XYZ 34.85 25.31 75 -
YUV 141.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 163 114 226 0.28 0.50 0 0.11 266.25 0.66 0.67
Hex A3 72 E2 1C 32 0 B 10A 42 43
Octal 243 162 342 34 62 0 13 412 102 103
Binary 10100011 1110010 11100010 11100 110010 0 1011 100001010 1000010 1000011

Color Harmonies of #A372E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372E2

Black with #A372E2

Text Example


Text Example

White with #A372E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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