Html Css Color HEX #A67AEC Medium Purple

📋 copy color: '#A67AEC'

red 166 ◦ green 122 ◦ blue 236

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

Shades of Medium Purple #A67AEC

Tints of Medium Purple #A67AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 31.68%
G = 23.28%
B = 45.04%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A67AEC (or 0xA67AEC) is known color: Medium Purple. HEX triplet: A6, 7A and EC. RGB value is (166,122,236). Sum of RGB (Red+Green+Blue) = 166+122+236=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #A67AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AEC is #598513. Grayscale: #939393. Windows color (decimal): -5866772 or 15497894. OLE color: 15497894.

HSL color Cylindrical-coordinate representation of color #A67AEC: hue angle of 263.16º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67AEC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 122 236 -
CMYK 0.30 0.48 0 0.07
HSL 263.16º 0.75% 0.7% -
HSV(B) 263.16º 0.48% 0.93% -
XYZ 37.83 28.08 82.78 -
YUV 148.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 166 122 236 0.30 0.48 0 0.07 263.16 0.75 0.7
Hex A6 7A EC 1E 30 0 7 107 4B 46
Octal 246 172 354 36 60 0 7 407 113 106
Binary 10100110 1111010 11101100 11110 110000 0 111 100000111 1001011 1000110

Color Harmonies of #A67AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AEC

Black with #A67AEC

Text Example


Text Example

White with #A67AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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