Html Css Color HEX #AC6BCD Amethyst

📋 copy color: '#AC6BCD'

red 172 ◦ green 107 ◦ blue 205

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

Shades of Amethyst #AC6BCD

Tints of Amethyst #AC6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.11%

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

R = 35.54%
G = 22.11%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6BCD (or 0xAC6BCD) is known color: Amethyst. HEX triplet: AC, 6B and CD. RGB value is (172,107,205). Sum of RGB (Red+Green+Blue) = 172+107+205=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC6BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6BCD is #539432. Grayscale: #898989. Windows color (decimal): -5477427 or 13462444. OLE color: 13462444.

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

Color convert

RGB 172 107 205 -
CMYK 0.16 0.48 0 0.20
HSL 279.8º 0.49% 0.61% -
HSV(B) 279.8º 0.48% 0.8% -
XYZ 33.29 23.69 60.58 -
YUV 137.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 172 107 205 0.16 0.48 0 0.20 279.8 0.49 0.61
Hex AC 6B CD 10 30 0 14 118 31 3D
Octal 254 153 315 20 60 0 24 430 61 75
Binary 10101100 1101011 11001101 10000 110000 0 10100 100011000 110001 111101

Color Harmonies of #AC6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6BCD

Black with #AC6BCD

Text Example


Text Example

White with #AC6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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