Html Css Color HEX #AB74CD Amethyst

📋 copy color: '#AB74CD'

red 171 ◦ green 116 ◦ blue 205

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

Shades of Amethyst #AB74CD

Tints of Amethyst #AB74CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 34.76%
G = 23.58%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB74CD (or 0xAB74CD) is known color: Amethyst. HEX triplet: AB, 74 and CD. RGB value is (171,116,205). Sum of RGB (Red+Green+Blue) = 171+116+205=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB74CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB74CD is #548B32. Grayscale: #8E8E8E. Windows color (decimal): -5540659 or 13464747. OLE color: 13464747.

HSL color Cylindrical-coordinate representation of color #AB74CD: hue angle of 277.08º degrees, saturation: 0.47, 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 #AB74CD is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 116 205 -
CMYK 0.17 0.43 0 0.20
HSL 277.08º 0.47% 0.63% -
HSV(B) 277.08º 0.43% 0.8% -
XYZ 34.06 25.56 60.9 -
YUV 142.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 171 116 205 0.17 0.43 0 0.20 277.08 0.47 0.63
Hex AB 74 CD 11 2B 0 14 115 2F 3F
Octal 253 164 315 21 53 0 24 425 57 77
Binary 10101011 1110100 11001101 10001 101011 0 10100 100010101 101111 111111

Color Harmonies of #AB74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB74CD

Black with #AB74CD

Text Example


Text Example

White with #AB74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB74CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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