Html Css Color HEX #A674DC Medium Purple

📋 copy color: '#A674DC'

red 166 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #A674DC

Tints of Medium Purple #A674DC

RGB

 RED value IS 166 (65.23% from 255) = 33.07%

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

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

R = 33.07%
G = 23.11%
B = 43.82%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A674DC (or 0xA674DC) is known color: Medium Purple. HEX triplet: A6, 74 and DC. RGB value is (166,116,220). Sum of RGB (Red+Green+Blue) = 166+116+220=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #A674DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674DC is #598B23. Grayscale: #8E8E8E. Windows color (decimal): -5868324 or 14447782. OLE color: 14447782.

HSL color Cylindrical-coordinate representation of color #A674DC: hue angle of 268.85º 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 #A674DC is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 116 220 -
CMYK 0.25 0.47 0 0.14
HSL 268.85º 0.6% 0.66% -
HSV(B) 268.85º 0.47% 0.86% -
XYZ 34.89 25.77 70.84 -
YUV 142.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 166 116 220 0.25 0.47 0 0.14 268.85 0.6 0.66
Hex A6 74 DC 19 2F 0 E 10D 3C 42
Octal 246 164 334 31 57 0 16 415 74 102
Binary 10100110 1110100 11011100 11001 101111 0 1110 100001101 111100 1000010

Color Harmonies of #A674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674DC

Black with #A674DC

Text Example


Text Example

White with #A674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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