Html Css Color HEX #AC67DA Amethyst

📋 copy color: '#AC67DA'

red 172 ◦ green 103 ◦ blue 218

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

Shades of Amethyst #AC67DA

Tints of Amethyst #AC67DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.89%

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

R = 34.89%
G = 20.89%
B = 44.22%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC67DA (or 0xAC67DA) is known color: Amethyst. HEX triplet: AC, 67 and DA. RGB value is (172,103,218). Sum of RGB (Red+Green+Blue) = 172+103+218=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 103 (40.62% from 255 or 20.89% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC67DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67DA is #539825. Grayscale: #888888. Windows color (decimal): -5478438 or 14313388. OLE color: 14313388.

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

Color convert

RGB 172 103 218 -
CMYK 0.21 0.53 0 0.15
HSL 276º 0.61% 0.63% -
HSV(B) 276º 0.53% 0.85% -
XYZ 34.52 23.53 69.05 -
YUV 136.74 173.86 153.15 -
System Red Green Blue C M Y K H S L
Decimal 172 103 218 0.21 0.53 0 0.15 276 0.61 0.63
Hex AC 67 DA 15 35 0 F 114 3D 3F
Octal 254 147 332 25 65 0 17 424 75 77
Binary 10101100 1100111 11011010 10101 110101 0 1111 100010100 111101 111111

Color Harmonies of #AC67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67DA

Black with #AC67DA

Text Example


Text Example

White with #AC67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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