Html Css Color HEX #AB73CB Amethyst

📋 copy color: '#AB73CB'

red 171 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #AB73CB

Tints of Amethyst #AB73CB

RGB

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

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

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

R = 34.97%
G = 23.52%
B = 41.51%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB73CB (or 0xAB73CB) is known color: Amethyst. HEX triplet: AB, 73 and CB. RGB value is (171,115,203). Sum of RGB (Red+Green+Blue) = 171+115+203=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB73CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB73CB is #548C34. Grayscale: #8D8D8D. Windows color (decimal): -5540917 or 13333419. OLE color: 13333419.

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

Color convert

RGB 171 115 203 -
CMYK 0.16 0.43 0 0.20
HSL 278.18º 0.46% 0.62% -
HSV(B) 278.18º 0.43% 0.8% -
XYZ 33.7 25.23 59.59 -
YUV 141.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 171 115 203 0.16 0.43 0 0.20 278.18 0.46 0.62
Hex AB 73 CB 10 2B 0 14 116 2E 3E
Octal 253 163 313 20 53 0 24 426 56 76
Binary 10101011 1110011 11001011 10000 101011 0 10100 100010110 101110 111110

Color Harmonies of #AB73CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB73CB

Black with #AB73CB

Text Example


Text Example

White with #AB73CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB73CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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