Html Css Color HEX #AC7ADA Amethyst

📋 copy color: '#AC7ADA'

red 172 ◦ green 122 ◦ blue 218

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

Shades of Amethyst #AC7ADA

Tints of Amethyst #AC7ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.83%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 33.59%
G = 23.83%
B = 42.58%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC7ADA (or 0xAC7ADA) is known color: Amethyst. HEX triplet: AC, 7A and DA. RGB value is (172,122,218). Sum of RGB (Red+Green+Blue) = 172+122+218=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7ADA is #538525. Grayscale: #939393. Windows color (decimal): -5473574 or 14318252. OLE color: 14318252.

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

Color convert

RGB 172 122 218 -
CMYK 0.21 0.44 0 0.15
HSL 271.25º 0.56% 0.67% -
HSV(B) 271.25º 0.44% 0.85% -
XYZ 36.63 27.75 69.76 -
YUV 147.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 172 122 218 0.21 0.44 0 0.15 271.25 0.56 0.67
Hex AC 7A DA 15 2C 0 F 10F 38 43
Octal 254 172 332 25 54 0 17 417 70 103
Binary 10101100 1111010 11011010 10101 101100 0 1111 100001111 111000 1000011

Color Harmonies of #AC7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7ADA

Black with #AC7ADA

Text Example


Text Example

White with #AC7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7ADA; }

 p { color: rgb(172,122,218); }

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

background-color css

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

 a { background-color: rgb(172,122,218); }

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

border-color css

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

 span { border-color: rgb(172,122,218); }

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