Html Css Color HEX #AC6DCB Amethyst

📋 copy color: '#AC6DCB'

red 172 ◦ green 109 ◦ blue 203

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

Shades of Amethyst #AC6DCB

Tints of Amethyst #AC6DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 35.54%
G = 22.52%
B = 41.94%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6DCB (or 0xAC6DCB) is known color: Amethyst. HEX triplet: AC, 6D and CB. RGB value is (172,109,203). Sum of RGB (Red+Green+Blue) = 172+109+203=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC6DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6DCB is #539234. Grayscale: #8A8A8A. Windows color (decimal): -5476917 or 13331884. OLE color: 13331884.

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

Color convert

RGB 172 109 203 -
CMYK 0.15 0.46 0 0.20
HSL 280.21º 0.47% 0.61% -
HSV(B) 280.21º 0.46% 0.8% -
XYZ 33.26 24.02 59.38 -
YUV 138.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 172 109 203 0.15 0.46 0 0.20 280.21 0.47 0.61
Hex AC 6D CB F 2E 0 14 118 2F 3D
Octal 254 155 313 17 56 0 24 430 57 75
Binary 10101100 1101101 11001011 1111 101110 0 10100 100011000 101111 111101

Color Harmonies of #AC6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6DCB

Black with #AC6DCB

Text Example


Text Example

White with #AC6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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