Html Css Color HEX #AB70CC Amethyst

📋 copy color: '#AB70CC'

red 171 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #AB70CC

Tints of Amethyst #AB70CC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23%

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

R = 35.11%
G = 23%
B = 41.89%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB70CC (or 0xAB70CC) is known color: Amethyst. HEX triplet: AB, 70 and CC. RGB value is (171,112,204). Sum of RGB (Red+Green+Blue) = 171+112+204=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB70CC is #548F33. Grayscale: #8B8B8B. Windows color (decimal): -5541684 or 13398187. OLE color: 13398187.

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

Color convert

RGB 171 112 204 -
CMYK 0.16 0.45 0 0.2
HSL 278.48º 0.47% 0.62% -
HSV(B) 278.48º 0.45% 0.8% -
XYZ 33.49 24.61 60.11 -
YUV 140.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 171 112 204 0.16 0.45 0 0.2 278.48 0.47 0.62
Hex AB 70 CC 10 2D 0 14 116 2F 3E
Octal 253 160 314 20 55 0 24 426 57 76
Binary 10101011 1110000 11001100 10000 101101 0 10100 100010110 101111 111110

Color Harmonies of #AB70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB70CC

Black with #AB70CC

Text Example


Text Example

White with #AB70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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