Html Css Color HEX #AB74CC Amethyst

📋 copy color: '#AB74CC'

red 171 ◦ green 116 ◦ blue 204

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

Shades of Amethyst #AB74CC

Tints of Amethyst #AB74CC

RGB

 RED value IS 171 (67.19% from 255) = 34.83%

 GREEN value IS 116 (45.7% from 255) = 23.63%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 34.83%
G = 23.63%
B = 41.55%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB74CC (or 0xAB74CC) is known color: Amethyst. HEX triplet: AB, 74 and CC. RGB value is (171,116,204). Sum of RGB (Red+Green+Blue) = 171+116+204=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 116 (45.70% from 255 or 23.63% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB74CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74CC is #548B33. Grayscale: #8E8E8E. Windows color (decimal): -5540660 or 13399211. OLE color: 13399211.

HSL color Cylindrical-coordinate representation of color #AB74CC: hue angle of 277.5º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB74CC is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 116 204 -
CMYK 0.16 0.43 0 0.2
HSL 277.5º 0.46% 0.63% -
HSV(B) 277.5º 0.43% 0.8% -
XYZ 33.94 25.51 60.26 -
YUV 142.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 171 116 204 0.16 0.43 0 0.2 277.5 0.46 0.63
Hex AB 74 CC 10 2B 0 14 116 2E 3F
Octal 253 164 314 20 53 0 24 426 56 77
Binary 10101011 1110100 11001100 10000 101011 0 10100 100010110 101110 111111

Color Harmonies of #AB74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74CC

Black with #AB74CC

Text Example


Text Example

White with #AB74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74CC; }

 p { color: rgb(171,116,204); }

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

background-color css

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

 a { background-color: rgb(171,116,204); }

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

border-color css

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

 span { border-color: rgb(171,116,204); }

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