Html Css Color HEX #AC69CE Amethyst

📋 copy color: '#AC69CE'

red 172 ◦ green 105 ◦ blue 206

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

Shades of Amethyst #AC69CE

Tints of Amethyst #AC69CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 35.61%
G = 21.74%
B = 42.65%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC69CE (or 0xAC69CE) is known color: Amethyst. HEX triplet: AC, 69 and CE. RGB value is (172,105,206). Sum of RGB (Red+Green+Blue) = 172+105+206=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69CE is #539631. Grayscale: #888888. Windows color (decimal): -5477938 or 13527468. OLE color: 13527468.

HSL color Cylindrical-coordinate representation of color #AC69CE: hue angle of 279.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC69CE is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 105 206 -
CMYK 0.17 0.49 0 0.19
HSL 279.8º 0.51% 0.61% -
HSV(B) 279.8º 0.49% 0.81% -
XYZ 33.21 23.33 61.15 -
YUV 136.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 172 105 206 0.17 0.49 0 0.19 279.8 0.51 0.61
Hex AC 69 CE 11 31 0 13 118 33 3D
Octal 254 151 316 21 61 0 23 430 63 75
Binary 10101100 1101001 11001110 10001 110001 0 10011 100011000 110011 111101

Color Harmonies of #AC69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69CE

Black with #AC69CE

Text Example


Text Example

White with #AC69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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