Html Css Color HEX #AC6CCF Amethyst

📋 copy color: '#AC6CCF'

red 172 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #AC6CCF

Tints of Amethyst #AC6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

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

R = 35.32%
G = 22.18%
B = 42.51%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC6CCF (or 0xAC6CCF) is known color: Amethyst. HEX triplet: AC, 6C and CF. RGB value is (172,108,207). Sum of RGB (Red+Green+Blue) = 172+108+207=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CCF is #539330. Grayscale: #8A8A8A. Windows color (decimal): -5477169 or 13593772. OLE color: 13593772.

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

Color convert

RGB 172 108 207 -
CMYK 0.17 0.48 0 0.19
HSL 278.79º 0.51% 0.62% -
HSV(B) 278.79º 0.48% 0.81% -
XYZ 33.64 24 61.89 -
YUV 138.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 172 108 207 0.17 0.48 0 0.19 278.79 0.51 0.62
Hex AC 6C CF 11 30 0 13 117 33 3E
Octal 254 154 317 21 60 0 23 427 63 76
Binary 10101100 1101100 11001111 10001 110000 0 10011 100010111 110011 111110

Color Harmonies of #AC6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CCF

Black with #AC6CCF

Text Example


Text Example

White with #AC6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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