Html Css Color HEX #AC6FCD Amethyst

📋 copy color: '#AC6FCD'

red 172 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #AC6FCD

Tints of Amethyst #AC6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 35.25%
G = 22.75%
B = 42.01%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6FCD (or 0xAC6FCD) is known color: Amethyst. HEX triplet: AC, 6F and CD. RGB value is (172,111,205). Sum of RGB (Red+Green+Blue) = 172+111+205=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCD is #539032. Grayscale: #8B8B8B. Windows color (decimal): -5476403 or 13463468. OLE color: 13463468.

HSL color Cylindrical-coordinate representation of color #AC6FCD: hue angle of 278.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC6FCD is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 111 205 -
CMYK 0.16 0.46 0 0.20
HSL 278.94º 0.48% 0.62% -
HSV(B) 278.94º 0.46% 0.8% -
XYZ 33.72 24.55 60.72 -
YUV 139.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 172 111 205 0.16 0.46 0 0.20 278.94 0.48 0.62
Hex AC 6F CD 10 2E 0 14 117 30 3E
Octal 254 157 315 20 56 0 24 427 60 76
Binary 10101100 1101111 11001101 10000 101110 0 10100 100010111 110000 111110

Color Harmonies of #AC6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FCD

Black with #AC6FCD

Text Example


Text Example

White with #AC6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FCD; }

 p { color: rgb(172,111,205); }

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

background-color css

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

 a { background-color: rgb(172,111,205); }

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

border-color css

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

 span { border-color: rgb(172,111,205); }

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