Html Css Color HEX #AA67C8 Amethyst

📋 copy color: '#AA67C8'

red 170 ◦ green 103 ◦ blue 200

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

Shades of Amethyst #AA67C8

Tints of Amethyst #AA67C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.28%

R = 35.94%
G = 21.78%
B = 42.28%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA67C8 (or 0xAA67C8) is known color: Amethyst. HEX triplet: AA, 67 and C8. RGB value is (170,103,200). Sum of RGB (Red+Green+Blue) = 170+103+200=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA67C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67C8 is #559837. Grayscale: #858585. Windows color (decimal): -5609528 or 13133738. OLE color: 13133738.

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

Color convert

RGB 170 103 200 -
CMYK 0.15 0.48 0 0.22
HSL 281.44º 0.47% 0.59% -
HSV(B) 281.44º 0.49% 0.78% -
XYZ 31.85 22.42 57.29 -
YUV 134.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 170 103 200 0.15 0.48 0 0.22 281.44 0.47 0.59
Hex AA 67 C8 F 30 0 16 119 2F 3B
Octal 252 147 310 17 60 0 26 431 57 73
Binary 10101010 1100111 11001000 1111 110000 0 10110 100011001 101111 111011

Color Harmonies of #AA67C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA67C8

Black with #AA67C8

Text Example


Text Example

White with #AA67C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA67C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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