Html Css Color HEX #AA75D1 Amethyst

📋 copy color: '#AA75D1'

red 170 ◦ green 117 ◦ blue 209

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

Shades of Amethyst #AA75D1

Tints of Amethyst #AA75D1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.59%

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 34.27%
G = 23.59%
B = 42.14%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA75D1 (or 0xAA75D1) is known color: Amethyst. HEX triplet: AA, 75 and D1. RGB value is (170,117,209). Sum of RGB (Red+Green+Blue) = 170+117+209=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA75D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75D1 is #558A2E. Grayscale: #8F8F8F. Windows color (decimal): -5605935 or 13727146. OLE color: 13727146.

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

Color convert

RGB 170 117 209 -
CMYK 0.19 0.44 0 0.18
HSL 274.57º 0.5% 0.64% -
HSV(B) 274.57º 0.44% 0.82% -
XYZ 34.45 25.87 63.5 -
YUV 143.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 170 117 209 0.19 0.44 0 0.18 274.57 0.5 0.64
Hex AA 75 D1 13 2C 0 12 113 32 40
Octal 252 165 321 23 54 0 22 423 62 100
Binary 10101010 1110101 11010001 10011 101100 0 10010 100010011 110010 1000000

Color Harmonies of #AA75D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75D1

Black with #AA75D1

Text Example


Text Example

White with #AA75D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75D1; }

 p { color: rgb(170,117,209); }

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

background-color css

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

 a { background-color: rgb(170,117,209); }

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

border-color css

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

 span { border-color: rgb(170,117,209); }

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