Html Css Color HEX #AC75D8 Amethyst

📋 copy color: '#AC75D8'

red 172 ◦ green 117 ◦ blue 216

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

Shades of Amethyst #AC75D8

Tints of Amethyst #AC75D8

RGB

 RED value IS 172 (67.58% from 255) = 34.06%

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 34.06%
G = 23.17%
B = 42.77%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC75D8 (or 0xAC75D8) is known color: Amethyst. HEX triplet: AC, 75 and D8. RGB value is (172,117,216). Sum of RGB (Red+Green+Blue) = 172+117+216=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC75D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC75D8 is #538A27. Grayscale: #909090. Windows color (decimal): -5474856 or 14185900. OLE color: 14185900.

HSL color Cylindrical-coordinate representation of color #AC75D8: hue angle of 273.33º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC75D8 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 117 216 -
CMYK 0.20 0.46 0 0.15
HSL 273.33º 0.56% 0.65% -
HSV(B) 273.33º 0.46% 0.85% -
XYZ 35.77 26.45 68.19 -
YUV 144.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 172 117 216 0.20 0.46 0 0.15 273.33 0.56 0.65
Hex AC 75 D8 14 2E 0 F 111 38 41
Octal 254 165 330 24 56 0 17 421 70 101
Binary 10101100 1110101 11011000 10100 101110 0 1111 100010001 111000 1000001

Color Harmonies of #AC75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC75D8

Black with #AC75D8

Text Example


Text Example

White with #AC75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC75D8; }

 p { color: rgb(172,117,216); }

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

background-color css

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

 a { background-color: rgb(172,117,216); }

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

border-color css

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

 span { border-color: rgb(172,117,216); }

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