Html Css Color HEX #AC6CCB Amethyst

📋 copy color: '#AC6CCB'

red 172 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #AC6CCB

Tints of Amethyst #AC6CCB

RGB

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

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

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

R = 35.61%
G = 22.36%
B = 42.03%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC6CCB (or 0xAC6CCB) is known color: Amethyst. HEX triplet: AC, 6C and CB. RGB value is (172,108,203). Sum of RGB (Red+Green+Blue) = 172+108+203=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC6CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CCB is #539334. Grayscale: #898989. Windows color (decimal): -5477173 or 13331628. OLE color: 13331628.

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

Color convert

RGB 172 108 203 -
CMYK 0.15 0.47 0 0.20
HSL 280.42º 0.48% 0.61% -
HSV(B) 280.42º 0.47% 0.8% -
XYZ 33.16 23.81 59.35 -
YUV 137.97 164.7 152.28 -
System Red Green Blue C M Y K H S L
Decimal 172 108 203 0.15 0.47 0 0.20 280.42 0.48 0.61
Hex AC 6C CB F 2F 0 14 118 30 3D
Octal 254 154 313 17 57 0 24 430 60 75
Binary 10101100 1101100 11001011 1111 101111 0 10100 100011000 110000 111101

Color Harmonies of #AC6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CCB

Black with #AC6CCB

Text Example


Text Example

White with #AC6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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