Html Css Color HEX #A674DD Medium Purple

📋 copy color: '#A674DD'

red 166 ◦ green 116 ◦ blue 221

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

Shades of Medium Purple #A674DD

Tints of Medium Purple #A674DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 33%
G = 23.06%
B = 43.94%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A674DD (or 0xA674DD) is known color: Medium Purple. HEX triplet: A6, 74 and DD. RGB value is (166,116,221). Sum of RGB (Red+Green+Blue) = 166+116+221=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 116 (45.70% from 255 or 23.06% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #A674DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674DD is #598B22. Grayscale: #8E8E8E. Windows color (decimal): -5868323 or 14513318. OLE color: 14513318.

HSL color Cylindrical-coordinate representation of color #A674DD: hue angle of 268.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A674DD is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 116 221 -
CMYK 0.25 0.48 0 0.13
HSL 268.57º 0.61% 0.66% -
HSV(B) 268.57º 0.48% 0.87% -
XYZ 35.02 25.82 71.54 -
YUV 142.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 166 116 221 0.25 0.48 0 0.13 268.57 0.61 0.66
Hex A6 74 DD 19 30 0 D 10D 3D 42
Octal 246 164 335 31 60 0 15 415 75 102
Binary 10100110 1110100 11011101 11001 110000 0 1101 100001101 111101 1000010

Color Harmonies of #A674DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674DD

Black with #A674DD

Text Example


Text Example

White with #A674DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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