Html Css Color HEX #AC68DA Amethyst

📋 copy color: '#AC68DA'

red 172 ◦ green 104 ◦ blue 218

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

Shades of Amethyst #AC68DA

Tints of Amethyst #AC68DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 34.82%
G = 21.05%
B = 44.13%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC68DA (or 0xAC68DA) is known color: Amethyst. HEX triplet: AC, 68 and DA. RGB value is (172,104,218). Sum of RGB (Red+Green+Blue) = 172+104+218=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC68DA is #539725. Grayscale: #888888. Windows color (decimal): -5478182 or 14313644. OLE color: 14313644.

HSL color Cylindrical-coordinate representation of color #AC68DA: hue angle of 275.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC68DA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 104 218 -
CMYK 0.21 0.52 0 0.15
HSL 275.79º 0.61% 0.63% -
HSV(B) 275.79º 0.52% 0.85% -
XYZ 34.62 23.73 69.09 -
YUV 137.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 172 104 218 0.21 0.52 0 0.15 275.79 0.61 0.63
Hex AC 68 DA 15 34 0 F 114 3D 3F
Octal 254 150 332 25 64 0 17 424 75 77
Binary 10101100 1101000 11011010 10101 110100 0 1111 100010100 111101 111111

Color Harmonies of #AC68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC68DA

Black with #AC68DA

Text Example


Text Example

White with #AC68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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