Html Css Color HEX #AB73CC Amethyst

📋 copy color: '#AB73CC'

red 171 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #AB73CC

Tints of Amethyst #AB73CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.47%

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

R = 34.9%
G = 23.47%
B = 41.63%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB73CC (or 0xAB73CC) is known color: Amethyst. HEX triplet: AB, 73 and CC. RGB value is (171,115,204). Sum of RGB (Red+Green+Blue) = 171+115+204=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB73CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CC is #548C33. Grayscale: #8D8D8D. Windows color (decimal): -5540916 or 13398955. OLE color: 13398955.

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

Color convert

RGB 171 115 204 -
CMYK 0.16 0.44 0 0.2
HSL 277.75º 0.47% 0.63% -
HSV(B) 277.75º 0.44% 0.8% -
XYZ 33.82 25.28 60.22 -
YUV 141.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 171 115 204 0.16 0.44 0 0.2 277.75 0.47 0.63
Hex AB 73 CC 10 2C 0 14 116 2F 3F
Octal 253 163 314 20 54 0 24 426 57 77
Binary 10101011 1110011 11001100 10000 101100 0 10100 100010110 101111 111111

Color Harmonies of #AB73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73CC

Black with #AB73CC

Text Example


Text Example

White with #AB73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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