Html Css Color HEX #AA67D0 Amethyst

📋 copy color: '#AA67D0'

red 170 ◦ green 103 ◦ blue 208

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

Shades of Amethyst #AA67D0

Tints of Amethyst #AA67D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.24%

R = 35.34%
G = 21.41%
B = 43.24%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA67D0 (or 0xAA67D0) is known color: Amethyst. HEX triplet: AA, 67 and D0. RGB value is (170,103,208). Sum of RGB (Red+Green+Blue) = 170+103+208=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA67D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67D0 is #55982F. Grayscale: #868686. Windows color (decimal): -5609520 or 13658026. OLE color: 13658026.

HSL color Cylindrical-coordinate representation of color #AA67D0: hue angle of 278.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA67D0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 103 208 -
CMYK 0.18 0.50 0 0.18
HSL 278.29º 0.53% 0.61% -
HSV(B) 278.29º 0.5% 0.82% -
XYZ 32.81 22.8 62.35 -
YUV 135 169.2 152.96 -
System Red Green Blue C M Y K H S L
Decimal 170 103 208 0.18 0.50 0 0.18 278.29 0.53 0.61
Hex AA 67 D0 12 32 0 12 116 35 3D
Octal 252 147 320 22 62 0 22 426 65 75
Binary 10101010 1100111 11010000 10010 110010 0 10010 100010110 110101 111101

Color Harmonies of #AA67D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA67D0

Black with #AA67D0

Text Example


Text Example

White with #AA67D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA67D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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