Html Css Color HEX #AC67DD Amethyst

📋 copy color: '#AC67DD'

red 172 ◦ green 103 ◦ blue 221

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

Shades of Amethyst #AC67DD

Tints of Amethyst #AC67DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 34.68%
G = 20.77%
B = 44.56%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC67DD (or 0xAC67DD) is known color: Amethyst. HEX triplet: AC, 67 and DD. RGB value is (172,103,221). Sum of RGB (Red+Green+Blue) = 172+103+221=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC67DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67DD is #539822. Grayscale: #888888. Windows color (decimal): -5478435 or 14509996. OLE color: 14509996.

HSL color Cylindrical-coordinate representation of color #AC67DD: hue angle of 275.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC67DD is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 103 221 -
CMYK 0.22 0.53 0 0.13
HSL 275.08º 0.63% 0.64% -
HSV(B) 275.08º 0.53% 0.87% -
XYZ 34.91 23.69 71.14 -
YUV 137.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 172 103 221 0.22 0.53 0 0.13 275.08 0.63 0.64
Hex AC 67 DD 16 35 0 D 113 3F 40
Octal 254 147 335 26 65 0 15 423 77 100
Binary 10101100 1100111 11011101 10110 110101 0 1101 100010011 111111 1000000

Color Harmonies of #AC67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67DD

Black with #AC67DD

Text Example


Text Example

White with #AC67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67DD; }

 p { color: rgb(172,103,221); }

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

background-color css

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

 a { background-color: rgb(172,103,221); }

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

border-color css

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

 span { border-color: rgb(172,103,221); }

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