Html Css Color HEX #AA67CD Amethyst

📋 copy color: '#AA67CD'

red 170 ◦ green 103 ◦ blue 205

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

Shades of Amethyst #AA67CD

Tints of Amethyst #AA67CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.89%

R = 35.56%
G = 21.55%
B = 42.89%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA67CD (or 0xAA67CD) is known color: Amethyst. HEX triplet: AA, 67 and CD. RGB value is (170,103,205). Sum of RGB (Red+Green+Blue) = 170+103+205=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA67CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CD is #559832. Grayscale: #868686. Windows color (decimal): -5609523 or 13461418. OLE color: 13461418.

HSL color Cylindrical-coordinate representation of color #AA67CD: hue angle of 279.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA67CD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 103 205 -
CMYK 0.17 0.50 0 0.20
HSL 279.41º 0.5% 0.6% -
HSV(B) 279.41º 0.5% 0.8% -
XYZ 32.45 22.65 60.42 -
YUV 134.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 170 103 205 0.17 0.50 0 0.20 279.41 0.5 0.6
Hex AA 67 CD 11 32 0 14 117 32 3C
Octal 252 147 315 21 62 0 24 427 62 74
Binary 10101010 1100111 11001101 10001 110010 0 10100 100010111 110010 111100

Color Harmonies of #AA67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA67CD

Black with #AA67CD

Text Example


Text Example

White with #AA67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA67CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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