Html Css Color HEX #A67ADE Medium Purple

📋 copy color: '#A67ADE'

red 166 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #A67ADE

Tints of Medium Purple #A67ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 32.55%
G = 23.92%
B = 43.53%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A67ADE (or 0xA67ADE) is known color: Medium Purple. HEX triplet: A6, 7A and DE. RGB value is (166,122,222). Sum of RGB (Red+Green+Blue) = 166+122+222=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #A67ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ADE is #598521. Grayscale: #929292. Windows color (decimal): -5866786 or 14580390. OLE color: 14580390.

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

Color convert

RGB 166 122 222 -
CMYK 0.25 0.45 0 0.13
HSL 266.4º 0.6% 0.67% -
HSV(B) 266.4º 0.45% 0.87% -
XYZ 35.87 27.3 72.49 -
YUV 146.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 166 122 222 0.25 0.45 0 0.13 266.4 0.6 0.67
Hex A6 7A DE 19 2D 0 D 10A 3C 43
Octal 246 172 336 31 55 0 15 412 74 103
Binary 10100110 1111010 11011110 11001 101101 0 1101 100001010 111100 1000011

Color Harmonies of #A67ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67ADE

Black with #A67ADE

Text Example


Text Example

White with #A67ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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