Html Css Color HEX #AC67D5 Amethyst

📋 copy color: '#AC67D5'

red 172 ◦ green 103 ◦ blue 213

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

Shades of Amethyst #AC67D5

Tints of Amethyst #AC67D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.65%

R = 35.25%
G = 21.11%
B = 43.65%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC67D5 (or 0xAC67D5) is known color: Amethyst. HEX triplet: AC, 67 and D5. RGB value is (172,103,213). Sum of RGB (Red+Green+Blue) = 172+103+213=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC67D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC67D5 is #53982A. Grayscale: #878787. Windows color (decimal): -5478443 or 13985708. OLE color: 13985708.

HSL color Cylindrical-coordinate representation of color #AC67D5: hue angle of 277.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC67D5 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 103 213 -
CMYK 0.19 0.52 0 0.16
HSL 277.64º 0.57% 0.62% -
HSV(B) 277.64º 0.52% 0.84% -
XYZ 33.87 23.28 65.66 -
YUV 136.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 172 103 213 0.19 0.52 0 0.16 277.64 0.57 0.62
Hex AC 67 D5 13 34 0 10 116 39 3E
Octal 254 147 325 23 64 0 20 426 71 76
Binary 10101100 1100111 11010101 10011 110100 0 10000 100010110 111001 111110

Color Harmonies of #AC67D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC67D5

Black with #AC67D5

Text Example


Text Example

White with #AC67D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC67D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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