Html Css Color HEX #AC68CB Amethyst

📋 copy color: '#AC68CB'

red 172 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #AC68CB

Tints of Amethyst #AC68CB

RGB

 RED value IS 172 (67.58% from 255) = 35.91%

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

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

R = 35.91%
G = 21.71%
B = 42.38%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC68CB (or 0xAC68CB) is known color: Amethyst. HEX triplet: AC, 68 and CB. RGB value is (172,104,203). Sum of RGB (Red+Green+Blue) = 172+104+203=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC68CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CB is #539734. Grayscale: #878787. Windows color (decimal): -5478197 or 13330604. OLE color: 13330604.

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

Color convert

RGB 172 104 203 -
CMYK 0.15 0.49 0 0.20
HSL 281.21º 0.49% 0.6% -
HSV(B) 281.21º 0.49% 0.8% -
XYZ 32.74 22.98 59.21 -
YUV 135.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 172 104 203 0.15 0.49 0 0.20 281.21 0.49 0.6
Hex AC 68 CB F 31 0 14 119 31 3C
Octal 254 150 313 17 61 0 24 431 61 74
Binary 10101100 1101000 11001011 1111 110001 0 10100 100011001 110001 111100

Color Harmonies of #AC68CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68CB

Black with #AC68CB

Text Example


Text Example

White with #AC68CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68CB; }

 p { color: rgb(172,104,203); }

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

background-color css

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

 a { background-color: rgb(172,104,203); }

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

border-color css

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

 span { border-color: rgb(172,104,203); }

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