Html Css Color HEX #AC69DF Amethyst

📋 copy color: '#AC69DF'

red 172 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #AC69DF

Tints of Amethyst #AC69DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 34.4%
G = 21%
B = 44.6%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC69DF (or 0xAC69DF) is known color: Amethyst. HEX triplet: AC, 69 and DF. RGB value is (172,105,223). Sum of RGB (Red+Green+Blue) = 172+105+223=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC69DF is #539620. Grayscale: #8A8A8A. Windows color (decimal): -5477921 or 14641580. OLE color: 14641580.

HSL color Cylindrical-coordinate representation of color #AC69DF: hue angle of 274.07º degrees, saturation: 0.65, 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 #AC69DF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 105 223 -
CMYK 0.23 0.53 0 0.13
HSL 274.07º 0.65% 0.64% -
HSV(B) 274.07º 0.53% 0.87% -
XYZ 35.38 24.2 72.62 -
YUV 138.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 172 105 223 0.23 0.53 0 0.13 274.07 0.65 0.64
Hex AC 69 DF 17 35 0 D 112 41 40
Octal 254 151 337 27 65 0 15 422 101 100
Binary 10101100 1101001 11011111 10111 110101 0 1101 100010010 1000001 1000000

Color Harmonies of #AC69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC69DF

Black with #AC69DF

Text Example


Text Example

White with #AC69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC69DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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