Html Css Color HEX #A374DC Medium Purple

📋 copy color: '#A374DC'

red 163 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #A374DC

Tints of Medium Purple #A374DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 32.67%
G = 23.25%
B = 44.09%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A374DC (or 0xA374DC) is known color: Medium Purple. HEX triplet: A3, 74 and DC. RGB value is (163,116,220). Sum of RGB (Red+Green+Blue) = 163+116+220=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #A374DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A374DC is #5C8B23. Grayscale: #8D8D8D. Windows color (decimal): -6064932 or 14447779. OLE color: 14447779.

HSL color Cylindrical-coordinate representation of color #A374DC: hue angle of 267.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A374DC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 116 220 -
CMYK 0.26 0.47 0 0.14
HSL 267.12º 0.6% 0.66% -
HSV(B) 267.12º 0.47% 0.86% -
XYZ 34.27 25.44 70.82 -
YUV 141.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 163 116 220 0.26 0.47 0 0.14 267.12 0.6 0.66
Hex A3 74 DC 1A 2F 0 E 10B 3C 42
Octal 243 164 334 32 57 0 16 413 74 102
Binary 10100011 1110100 11011100 11010 101111 0 1110 100001011 111100 1000010

Color Harmonies of #A374DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374DC

Black with #A374DC

Text Example


Text Example

White with #A374DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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