Html Css Color HEX #AA75DC Amethyst

📋 copy color: '#AA75DC'

red 170 ◦ green 117 ◦ blue 220

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

Shades of Amethyst #AA75DC

Tints of Amethyst #AA75DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 33.53%
G = 23.08%
B = 43.39%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA75DC (or 0xAA75DC) is known color: Amethyst. HEX triplet: AA, 75 and DC. RGB value is (170,117,220). Sum of RGB (Red+Green+Blue) = 170+117+220=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA75DC is #558A23. Grayscale: #909090. Windows color (decimal): -5605924 or 14448042. OLE color: 14448042.

HSL color Cylindrical-coordinate representation of color #AA75DC: hue angle of 270.87º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA75DC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 117 220 -
CMYK 0.23 0.47 0 0.14
HSL 270.87º 0.6% 0.66% -
HSV(B) 270.87º 0.47% 0.86% -
XYZ 35.86 26.44 70.92 -
YUV 144.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 170 117 220 0.23 0.47 0 0.14 270.87 0.6 0.66
Hex AA 75 DC 17 2F 0 E 10F 3C 42
Octal 252 165 334 27 57 0 16 417 74 102
Binary 10101010 1110101 11011100 10111 101111 0 1110 100001111 111100 1000010

Color Harmonies of #AA75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA75DC

Black with #AA75DC

Text Example


Text Example

White with #AA75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA75DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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