Html Css Color HEX #AA67CF Amethyst

📋 copy color: '#AA67CF'

red 170 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #AA67CF

Tints of Amethyst #AA67CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 35.42%
G = 21.46%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA67CF (or 0xAA67CF) is known color: Amethyst. HEX triplet: AA, 67 and CF. RGB value is (170,103,207). Sum of RGB (Red+Green+Blue) = 170+103+207=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CF is #559830. Grayscale: #868686. Windows color (decimal): -5609521 or 13592490. OLE color: 13592490.

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

Color convert

RGB 170 103 207 -
CMYK 0.18 0.50 0 0.19
HSL 278.65º 0.52% 0.61% -
HSV(B) 278.65º 0.5% 0.81% -
XYZ 32.69 22.75 61.7 -
YUV 134.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 170 103 207 0.18 0.50 0 0.19 278.65 0.52 0.61
Hex AA 67 CF 12 32 0 13 117 34 3D
Octal 252 147 317 22 62 0 23 427 64 75
Binary 10101010 1100111 11001111 10010 110010 0 10011 100010111 110100 111101

Color Harmonies of #AA67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA67CF

Black with #AA67CF

Text Example


Text Example

White with #AA67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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