Html Css Color HEX #AB66CC Amethyst

📋 copy color: '#AB66CC'

red 171 ◦ green 102 ◦ blue 204

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

Shades of Amethyst #AB66CC

Tints of Amethyst #AB66CC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.38%

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

R = 35.85%
G = 21.38%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB66CC (or 0xAB66CC) is known color: Amethyst. HEX triplet: AB, 66 and CC. RGB value is (171,102,204). Sum of RGB (Red+Green+Blue) = 171+102+204=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB66CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66CC is #549933. Grayscale: #858585. Windows color (decimal): -5544244 or 13395627. OLE color: 13395627.

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

Color convert

RGB 171 102 204 -
CMYK 0.16 0.5 0 0.2
HSL 280.59º 0.5% 0.6% -
HSV(B) 280.59º 0.5% 0.8% -
XYZ 32.45 22.52 59.76 -
YUV 134.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 171 102 204 0.16 0.5 0 0.2 280.59 0.5 0.6
Hex AB 66 CC 10 32 0 14 119 32 3C
Octal 253 146 314 20 62 0 24 431 62 74
Binary 10101011 1100110 11001100 10000 110010 0 10100 100011001 110010 111100

Color Harmonies of #AB66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66CC

Black with #AB66CC

Text Example


Text Example

White with #AB66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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