Html Css Color HEX #AC6FCB Amethyst

📋 copy color: '#AC6FCB'

red 172 ◦ green 111 ◦ blue 203

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

Shades of Amethyst #AC6FCB

Tints of Amethyst #AC6FCB

RGB

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

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

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

R = 35.39%
G = 22.84%
B = 41.77%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6FCB (or 0xAC6FCB) is known color: Amethyst. HEX triplet: AC, 6F and CB. RGB value is (172,111,203). Sum of RGB (Red+Green+Blue) = 172+111+203=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC6FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6FCB is #539034. Grayscale: #8B8B8B. Windows color (decimal): -5476405 or 13332396. OLE color: 13332396.

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

Color convert

RGB 172 111 203 -
CMYK 0.15 0.45 0 0.20
HSL 279.78º 0.47% 0.62% -
HSV(B) 279.78º 0.45% 0.8% -
XYZ 33.48 24.45 59.46 -
YUV 139.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 172 111 203 0.15 0.45 0 0.20 279.78 0.47 0.62
Hex AC 6F CB F 2D 0 14 118 2F 3E
Octal 254 157 313 17 55 0 24 430 57 76
Binary 10101100 1101111 11001011 1111 101101 0 10100 100011000 101111 111110

Color Harmonies of #AC6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6FCB

Black with #AC6FCB

Text Example


Text Example

White with #AC6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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