Html Css Color HEX #AC69D8 Amethyst

📋 copy color: '#AC69D8'

red 172 ◦ green 105 ◦ blue 216

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

Shades of Amethyst #AC69D8

Tints of Amethyst #AC69D8

RGB

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

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

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

R = 34.89%
G = 21.3%
B = 43.81%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC69D8 (or 0xAC69D8) is known color: Amethyst. HEX triplet: AC, 69 and D8. RGB value is (172,105,216). Sum of RGB (Red+Green+Blue) = 172+105+216=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69D8 is #539627. Grayscale: #898989. Windows color (decimal): -5477928 or 14182828. OLE color: 14182828.

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

Color convert

RGB 172 105 216 -
CMYK 0.20 0.51 0 0.15
HSL 276.22º 0.59% 0.63% -
HSV(B) 276.22º 0.51% 0.85% -
XYZ 34.46 23.83 67.75 -
YUV 137.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 172 105 216 0.20 0.51 0 0.15 276.22 0.59 0.63
Hex AC 69 D8 14 33 0 F 114 3B 3F
Octal 254 151 330 24 63 0 17 424 73 77
Binary 10101100 1101001 11011000 10100 110011 0 1111 100010100 111011 111111

Color Harmonies of #AC69D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69D8

Black with #AC69D8

Text Example


Text Example

White with #AC69D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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