Html Css Color HEX #AC6DCF Amethyst

📋 copy color: '#AC6DCF'

red 172 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #AC6DCF

Tints of Amethyst #AC6DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

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

R = 35.25%
G = 22.34%
B = 42.42%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC6DCF (or 0xAC6DCF) is known color: Amethyst. HEX triplet: AC, 6D and CF. RGB value is (172,109,207). Sum of RGB (Red+Green+Blue) = 172+109+207=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DCF is #539230. Grayscale: #8A8A8A. Windows color (decimal): -5476913 or 13594028. OLE color: 13594028.

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

Color convert

RGB 172 109 207 -
CMYK 0.17 0.47 0 0.19
HSL 278.57º 0.51% 0.62% -
HSV(B) 278.57º 0.47% 0.81% -
XYZ 33.74 24.21 61.93 -
YUV 139.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 172 109 207 0.17 0.47 0 0.19 278.57 0.51 0.62
Hex AC 6D CF 11 2F 0 13 117 33 3E
Octal 254 155 317 21 57 0 23 427 63 76
Binary 10101100 1101101 11001111 10001 101111 0 10011 100010111 110011 111110

Color Harmonies of #AC6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DCF

Black with #AC6DCF

Text Example


Text Example

White with #AC6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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