Html Css Color HEX #AC71CB Amethyst

📋 copy color: '#AC71CB'

red 172 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #AC71CB

Tints of Amethyst #AC71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.16%

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

R = 35.25%
G = 23.16%
B = 41.6%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC71CB (or 0xAC71CB) is known color: Amethyst. HEX triplet: AC, 71 and CB. RGB value is (172,113,203). Sum of RGB (Red+Green+Blue) = 172+113+203=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC71CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71CB is #538E34. Grayscale: #8C8C8C. Windows color (decimal): -5475893 or 13332908. OLE color: 13332908.

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

Color convert

RGB 172 113 203 -
CMYK 0.15 0.44 0 0.20
HSL 279.33º 0.46% 0.62% -
HSV(B) 279.33º 0.44% 0.8% -
XYZ 33.7 24.89 59.53 -
YUV 140.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 172 113 203 0.15 0.44 0 0.20 279.33 0.46 0.62
Hex AC 71 CB F 2C 0 14 117 2E 3E
Octal 254 161 313 17 54 0 24 427 56 76
Binary 10101100 1110001 11001011 1111 101100 0 10100 100010111 101110 111110

Color Harmonies of #AC71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC71CB

Black with #AC71CB

Text Example


Text Example

White with #AC71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC71CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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