Html Css Color HEX #AB72CC Amethyst

📋 copy color: '#AB72CC'

red 171 ◦ green 114 ◦ blue 204

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

Shades of Amethyst #AB72CC

Tints of Amethyst #AB72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.31%

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

R = 34.97%
G = 23.31%
B = 41.72%

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

#AB72CC (or 0xAB72CC) is known color: Amethyst. HEX triplet: AB, 72 and CC. RGB value is (171,114,204). Sum of RGB (Red+Green+Blue) = 171+114+204=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB72CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72CC is #548D33. Grayscale: #8D8D8D. Windows color (decimal): -5541172 or 13398699. OLE color: 13398699.

HSL color Cylindrical-coordinate representation of color #AB72CC: hue angle of 278º degrees, saturation: 0.47, 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 #AB72CC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 114 204 -
CMYK 0.16 0.44 0 0.2
HSL 278º 0.47% 0.62% -
HSV(B) 278º 0.44% 0.8% -
XYZ 33.71 25.05 60.19 -
YUV 141.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 171 114 204 0.16 0.44 0 0.2 278 0.47 0.62
Hex AB 72 CC 10 2C 0 14 116 2F 3E
Octal 253 162 314 20 54 0 24 426 57 76
Binary 10101011 1110010 11001100 10000 101100 0 10100 100010110 101111 111110

Color Harmonies of #AB72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB72CC

Black with #AB72CC

Text Example


Text Example

White with #AB72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB72CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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