Html Css Color HEX #AC6ACF Amethyst

📋 copy color: '#AC6ACF'

red 172 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #AC6ACF

Tints of Amethyst #AC6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.86%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 35.46%
G = 21.86%
B = 42.68%

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

#AC6ACF (or 0xAC6ACF) is known color: Amethyst. HEX triplet: AC, 6A and CF. RGB value is (172,106,207). Sum of RGB (Red+Green+Blue) = 172+106+207=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6ACF is #539530. Grayscale: #888888. Windows color (decimal): -5477681 or 13593260. OLE color: 13593260.

HSL color Cylindrical-coordinate representation of color #AC6ACF: hue angle of 279.21º 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 #AC6ACF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 106 207 -
CMYK 0.17 0.49 0 0.19
HSL 279.21º 0.51% 0.61% -
HSV(B) 279.21º 0.49% 0.81% -
XYZ 33.43 23.58 61.82 -
YUV 137.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 172 106 207 0.17 0.49 0 0.19 279.21 0.51 0.61
Hex AC 6A CF 11 31 0 13 117 33 3D
Octal 254 152 317 21 61 0 23 427 63 75
Binary 10101100 1101010 11001111 10001 110001 0 10011 100010111 110011 111101

Color Harmonies of #AC6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6ACF

Black with #AC6ACF

Text Example


Text Example

White with #AC6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6ACF; }

 p { color: rgb(172,106,207); }

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

background-color css

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

 a { background-color: rgb(172,106,207); }

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

border-color css

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

 span { border-color: rgb(172,106,207); }

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