Html Css Color HEX #A67AD6 Medium Purple

📋 copy color: '#A67AD6'

red 166 ◦ green 122 ◦ blue 214

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

Shades of Medium Purple #A67AD6

Tints of Medium Purple #A67AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.3%

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 33.07%
G = 24.3%
B = 42.63%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A67AD6 (or 0xA67AD6) is known color: Medium Purple. HEX triplet: A6, 7A and D6. RGB value is (166,122,214). Sum of RGB (Red+Green+Blue) = 166+122+214=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #A67AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AD6 is #598529. Grayscale: #919191. Windows color (decimal): -5866794 or 14056102. OLE color: 14056102.

HSL color Cylindrical-coordinate representation of color #A67AD6: hue angle of 268.7º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A67AD6 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 122 214 -
CMYK 0.22 0.43 0 0.16
HSL 268.7º 0.53% 0.66% -
HSV(B) 268.7º 0.43% 0.84% -
XYZ 34.82 26.88 66.97 -
YUV 145.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 166 122 214 0.22 0.43 0 0.16 268.7 0.53 0.66
Hex A6 7A D6 16 2B 0 10 10D 35 42
Octal 246 172 326 26 53 0 20 415 65 102
Binary 10100110 1111010 11010110 10110 101011 0 10000 100001101 110101 1000010

Color Harmonies of #A67AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AD6

Black with #A67AD6

Text Example


Text Example

White with #A67AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AD6; }

 p { color: rgb(166,122,214); }

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

background-color css

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

 a { background-color: rgb(166,122,214); }

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

border-color css

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

 span { border-color: rgb(166,122,214); }

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