Html Css Color HEX #A374EC Medium Purple

📋 copy color: '#A374EC'

red 163 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #A374EC

Tints of Medium Purple #A374EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.52%

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

R = 31.65%
G = 22.52%
B = 45.83%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A374EC (or 0xA374EC) is known color: Medium Purple. HEX triplet: A3, 74 and EC. RGB value is (163,116,236). Sum of RGB (Red+Green+Blue) = 163+116+236=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #A374EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374EC is #5C8B13. Grayscale: #8F8F8F. Windows color (decimal): -6064916 or 15496355. OLE color: 15496355.

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

Color convert

RGB 163 116 236 -
CMYK 0.31 0.51 0 0.07
HSL 263.5º 0.76% 0.69% -
HSV(B) 263.5º 0.51% 0.93% -
XYZ 36.49 26.33 82.52 -
YUV 143.73 180.07 141.74 -
System Red Green Blue C M Y K H S L
Decimal 163 116 236 0.31 0.51 0 0.07 263.5 0.76 0.69
Hex A3 74 EC 1F 33 0 7 108 4C 45
Octal 243 164 354 37 63 0 7 410 114 105
Binary 10100011 1110100 11101100 11111 110011 0 111 100001000 1001100 1000101

Color Harmonies of #A374EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374EC

Black with #A374EC

Text Example


Text Example

White with #A374EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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