Html Css Color HEX #A874DC Medium Purple

📋 copy color: '#A874DC'

red 168 ◦ green 116 ◦ blue 220

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

Shades of Medium Purple #A874DC

Tints of Medium Purple #A874DC

RGB

 RED value IS 168 (66.02% from 255) = 33.33%

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

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

R = 33.33%
G = 23.02%
B = 43.65%

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

#A874DC (or 0xA874DC) is known color: Medium Purple. HEX triplet: A8, 74 and DC. RGB value is (168,116,220). Sum of RGB (Red+Green+Blue) = 168+116+220=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A874DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874DC is #578B23. Grayscale: #8F8F8F. Windows color (decimal): -5737252 or 14447784. OLE color: 14447784.

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

Color convert

RGB 168 116 220 -
CMYK 0.24 0.47 0 0.14
HSL 270º 0.6% 0.66% -
HSV(B) 270º 0.47% 0.86% -
XYZ 35.31 25.98 70.86 -
YUV 143.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 168 116 220 0.24 0.47 0 0.14 270 0.6 0.66
Hex A8 74 DC 18 2F 0 E 10E 3C 42
Octal 250 164 334 30 57 0 16 416 74 102
Binary 10101000 1110100 11011100 11000 101111 0 1110 100001110 111100 1000010

Color Harmonies of #A874DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874DC

Black with #A874DC

Text Example


Text Example

White with #A874DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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