Html Css Color HEX #A372EC Medium Purple

📋 copy color: '#A372EC'

red 163 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #A372EC

Tints of Medium Purple #A372EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46%

R = 31.77%
G = 22.22%
B = 46%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A372EC (or 0xA372EC) is known color: Medium Purple. HEX triplet: A3, 72 and EC. RGB value is (163,114,236). Sum of RGB (Red+Green+Blue) = 163+114+236=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #A372EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372EC is #5C8D13. Grayscale: #8E8E8E. Windows color (decimal): -6065428 or 15495843. OLE color: 15495843.

HSL color Cylindrical-coordinate representation of color #A372EC: hue angle of 264.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A372EC is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 114 236 -
CMYK 0.31 0.52 0 0.07
HSL 264.1º 0.76% 0.69% -
HSV(B) 264.1º 0.52% 0.93% -
XYZ 36.26 25.88 82.44 -
YUV 142.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 163 114 236 0.31 0.52 0 0.07 264.1 0.76 0.69
Hex A3 72 EC 1F 34 0 7 108 4C 45
Octal 243 162 354 37 64 0 7 410 114 105
Binary 10100011 1110010 11101100 11111 110100 0 111 100001000 1001100 1000101

Color Harmonies of #A372EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372EC

Black with #A372EC

Text Example


Text Example

White with #A372EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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