Html Css Color HEX #A678DD Medium Purple

📋 copy color: '#A678DD'

red 166 ◦ green 120 ◦ blue 221

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

Shades of Medium Purple #A678DD

Tints of Medium Purple #A678DD

RGB

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

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

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

R = 32.74%
G = 23.67%
B = 43.59%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A678DD (or 0xA678DD) is known color: Medium Purple. HEX triplet: A6, 78 and DD. RGB value is (166,120,221). Sum of RGB (Red+Green+Blue) = 166+120+221=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #A678DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A678DD is #598722. Grayscale: #909090. Windows color (decimal): -5867299 or 14514342. OLE color: 14514342.

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

Color convert

RGB 166 120 221 -
CMYK 0.25 0.46 0 0.13
HSL 267.33º 0.6% 0.67% -
HSV(B) 267.33º 0.46% 0.87% -
XYZ 35.49 26.76 71.7 -
YUV 145.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 166 120 221 0.25 0.46 0 0.13 267.33 0.6 0.67
Hex A6 78 DD 19 2E 0 D 10B 3C 43
Octal 246 170 335 31 56 0 15 413 74 103
Binary 10100110 1111000 11011101 11001 101110 0 1101 100001011 111100 1000011

Color Harmonies of #A678DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A678DD

Black with #A678DD

Text Example


Text Example

White with #A678DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A678DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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