Html Css Color HEX #AB68CC Amethyst

📋 copy color: '#AB68CC'

red 171 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #AB68CC

Tints of Amethyst #AB68CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.71%

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

R = 35.7%
G = 21.71%
B = 42.59%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB68CC (or 0xAB68CC) is known color: Amethyst. HEX triplet: AB, 68 and CC. RGB value is (171,104,204). Sum of RGB (Red+Green+Blue) = 171+104+204=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB68CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB68CC is #549733. Grayscale: #878787. Windows color (decimal): -5543732 or 13396139. OLE color: 13396139.

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

Color convert

RGB 171 104 204 -
CMYK 0.16 0.49 0 0.2
HSL 280.2º 0.5% 0.6% -
HSV(B) 280.2º 0.49% 0.8% -
XYZ 32.64 22.92 59.83 -
YUV 135.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 171 104 204 0.16 0.49 0 0.2 280.2 0.5 0.6
Hex AB 68 CC 10 31 0 14 118 32 3C
Octal 253 150 314 20 61 0 24 430 62 74
Binary 10101011 1101000 11001100 10000 110001 0 10100 100011000 110010 111100

Color Harmonies of #AB68CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB68CC

Black with #AB68CC

Text Example


Text Example

White with #AB68CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB68CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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