Html Css Color HEX #A678DC Medium Purple

📋 copy color: '#A678DC'

red 166 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #A678DC

Tints of Medium Purple #A678DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.72%

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

R = 32.81%
G = 23.72%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A678DC (or 0xA678DC) is known color: Medium Purple. HEX triplet: A6, 78 and DC. RGB value is (166,120,220). Sum of RGB (Red+Green+Blue) = 166+120+220=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #A678DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678DC is #598723. Grayscale: #909090. Windows color (decimal): -5867300 or 14448806. OLE color: 14448806.

HSL color Cylindrical-coordinate representation of color #A678DC: hue angle of 267.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A678DC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 120 220 -
CMYK 0.25 0.45 0 0.14
HSL 267.6º 0.59% 0.67% -
HSV(B) 267.6º 0.45% 0.86% -
XYZ 35.36 26.71 71 -
YUV 145.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 166 120 220 0.25 0.45 0 0.14 267.6 0.59 0.67
Hex A6 78 DC 19 2D 0 E 10C 3B 43
Octal 246 170 334 31 55 0 16 414 73 103
Binary 10100110 1111000 11011100 11001 101101 0 1110 100001100 111011 1000011

Color Harmonies of #A678DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678DC

Black with #A678DC

Text Example


Text Example

White with #A678DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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