Html Css Color HEX #A674DB Medium Purple

📋 copy color: '#A674DB'

red 166 ◦ green 116 ◦ blue 219

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

Shades of Medium Purple #A674DB

Tints of Medium Purple #A674DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 33.13%
G = 23.15%
B = 43.71%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A674DB (or 0xA674DB) is known color: Medium Purple. HEX triplet: A6, 74 and DB. RGB value is (166,116,219). Sum of RGB (Red+Green+Blue) = 166+116+219=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #A674DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A674DB is #598B24. Grayscale: #8E8E8E. Windows color (decimal): -5868325 or 14382246. OLE color: 14382246.

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

Color convert

RGB 166 116 219 -
CMYK 0.24 0.47 0 0.14
HSL 269.13º 0.59% 0.66% -
HSV(B) 269.13º 0.47% 0.86% -
XYZ 34.76 25.71 70.15 -
YUV 142.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 166 116 219 0.24 0.47 0 0.14 269.13 0.59 0.66
Hex A6 74 DB 18 2F 0 E 10D 3B 42
Octal 246 164 333 30 57 0 16 415 73 102
Binary 10100110 1110100 11011011 11000 101111 0 1110 100001101 111011 1000010

Color Harmonies of #A674DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A674DB

Black with #A674DB

Text Example


Text Example

White with #A674DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A674DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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