Html Css Color HEX #AA67C6 Amethyst

📋 copy color: '#AA67C6'

red 170 ◦ green 103 ◦ blue 198

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

Shades of Amethyst #AA67C6

Tints of Amethyst #AA67C6

RGB

 RED value IS 170 (66.8% from 255) = 36.09%

 GREEN value IS 103 (40.63% from 255) = 21.87%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 36.09%
G = 21.87%
B = 42.04%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA67C6 (or 0xAA67C6) is known color: Amethyst. HEX triplet: AA, 67 and C6. RGB value is (170,103,198). Sum of RGB (Red+Green+Blue) = 170+103+198=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA67C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67C6 is #559839. Grayscale: #858585. Windows color (decimal): -5609530 or 13002666. OLE color: 13002666.

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

Color convert

RGB 170 103 198 -
CMYK 0.14 0.48 0 0.22
HSL 282.32º 0.45% 0.59% -
HSV(B) 282.32º 0.48% 0.78% -
XYZ 31.62 22.32 56.07 -
YUV 133.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 170 103 198 0.14 0.48 0 0.22 282.32 0.45 0.59
Hex AA 67 C6 E 30 0 16 11A 2D 3B
Octal 252 147 306 16 60 0 26 432 55 73
Binary 10101010 1100111 11000110 1110 110000 0 10110 100011010 101101 111011

Color Harmonies of #AA67C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA67C6

Black with #AA67C6

Text Example


Text Example

White with #AA67C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA67C6; }

 p { color: rgb(170,103,198); }

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

background-color css

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

 a { background-color: rgb(170,103,198); }

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

border-color css

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

 span { border-color: rgb(170,103,198); }

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