Html Css Color HEX #AC68CA Amethyst

📋 copy color: '#AC68CA'

red 172 ◦ green 104 ◦ blue 202

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

Shades of Amethyst #AC68CA

Tints of Amethyst #AC68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 35.98%
G = 21.76%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC68CA (or 0xAC68CA) is known color: Amethyst. HEX triplet: AC, 68 and CA. RGB value is (172,104,202). Sum of RGB (Red+Green+Blue) = 172+104+202=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC68CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68CA is #539735. Grayscale: #878787. Windows color (decimal): -5478198 or 13265068. OLE color: 13265068.

HSL color Cylindrical-coordinate representation of color #AC68CA: hue angle of 281.63º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC68CA is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 104 202 -
CMYK 0.15 0.49 0 0.21
HSL 281.63º 0.48% 0.6% -
HSV(B) 281.63º 0.49% 0.79% -
XYZ 32.62 22.94 58.58 -
YUV 135.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 172 104 202 0.15 0.49 0 0.21 281.63 0.48 0.6
Hex AC 68 CA F 31 0 15 11A 30 3C
Octal 254 150 312 17 61 0 25 432 60 74
Binary 10101100 1101000 11001010 1111 110001 0 10101 100011010 110000 111100

Color Harmonies of #AC68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68CA

Black with #AC68CA

Text Example


Text Example

White with #AC68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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