Html Css Color HEX #A372EF Medium Purple

📋 copy color: '#A372EF'

red 163 ◦ green 114 ◦ blue 239

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

Shades of Medium Purple #A372EF

Tints of Medium Purple #A372EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 31.59%
G = 22.09%
B = 46.32%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A372EF (or 0xA372EF) is known color: Medium Purple. HEX triplet: A3, 72 and EF. RGB value is (163,114,239). Sum of RGB (Red+Green+Blue) = 163+114+239=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #A372EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A372EF is #5C8D10. Grayscale: #8E8E8E. Windows color (decimal): -6065425 or 15692451. OLE color: 15692451.

HSL color Cylindrical-coordinate representation of color #A372EF: hue angle of 263.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A372EF is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 114 239 -
CMYK 0.32 0.52 0 0.06
HSL 263.52º 0.8% 0.69% -
HSV(B) 263.52º 0.52% 0.94% -
XYZ 36.7 26.05 84.76 -
YUV 142.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 163 114 239 0.32 0.52 0 0.06 263.52 0.8 0.69
Hex A3 72 EF 20 34 0 6 108 50 45
Octal 243 162 357 40 64 0 6 410 120 105
Binary 10100011 1110010 11101111 100000 110100 0 110 100001000 1010000 1000101

Color Harmonies of #A372EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A372EF

Black with #A372EF

Text Example


Text Example

White with #A372EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A372EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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