Html Css Color HEX #AC69DC Amethyst

📋 copy color: '#AC69DC'

red 172 ◦ green 105 ◦ blue 220

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

Shades of Amethyst #AC69DC

Tints of Amethyst #AC69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.13%

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

R = 34.61%
G = 21.13%
B = 44.27%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC69DC (or 0xAC69DC) is known color: Amethyst. HEX triplet: AC, 69 and DC. RGB value is (172,105,220). Sum of RGB (Red+Green+Blue) = 172+105+220=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69DC is #539623. Grayscale: #898989. Windows color (decimal): -5477924 or 14444972. OLE color: 14444972.

HSL color Cylindrical-coordinate representation of color #AC69DC: hue angle of 274.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC69DC is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 105 220 -
CMYK 0.22 0.52 0 0.14
HSL 274.96º 0.62% 0.64% -
HSV(B) 274.96º 0.52% 0.86% -
XYZ 34.98 24.04 70.51 -
YUV 138.14 174.2 152.15 -
System Red Green Blue C M Y K H S L
Decimal 172 105 220 0.22 0.52 0 0.14 274.96 0.62 0.64
Hex AC 69 DC 16 34 0 E 113 3E 40
Octal 254 151 334 26 64 0 16 423 76 100
Binary 10101100 1101001 11011100 10110 110100 0 1110 100010011 111110 1000000

Color Harmonies of #AC69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69DC

Black with #AC69DC

Text Example


Text Example

White with #AC69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69DC; }

 p { color: rgb(172,105,220); }

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

background-color css

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

 a { background-color: rgb(172,105,220); }

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

border-color css

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

 span { border-color: rgb(172,105,220); }

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