Html Css Color HEX #AC64DF Amethyst

📋 copy color: '#AC64DF'

red 172 ◦ green 100 ◦ blue 223

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

Shades of Amethyst #AC64DF

Tints of Amethyst #AC64DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.2%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 34.75%
G = 20.2%
B = 45.05%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC64DF (or 0xAC64DF) is known color: Amethyst. HEX triplet: AC, 64 and DF. RGB value is (172,100,223). Sum of RGB (Red+Green+Blue) = 172+100+223=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64DF is #539B20. Grayscale: #878787. Windows color (decimal): -5479201 or 14640300. OLE color: 14640300.

HSL color Cylindrical-coordinate representation of color #AC64DF: hue angle of 275.12º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC64DF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 100 223 -
CMYK 0.23 0.55 0 0.13
HSL 275.12º 0.66% 0.63% -
HSV(B) 275.12º 0.55% 0.87% -
XYZ 34.89 23.21 72.45 -
YUV 135.55 177.35 154 -
System Red Green Blue C M Y K H S L
Decimal 172 100 223 0.23 0.55 0 0.13 275.12 0.66 0.63
Hex AC 64 DF 17 37 0 D 113 42 3F
Octal 254 144 337 27 67 0 15 423 102 77
Binary 10101100 1100100 11011111 10111 110111 0 1101 100010011 1000010 111111

Color Harmonies of #AC64DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64DF

Black with #AC64DF

Text Example


Text Example

White with #AC64DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64DF; }

 p { color: rgb(172,100,223); }

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

background-color css

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

 a { background-color: rgb(172,100,223); }

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

border-color css

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

 span { border-color: rgb(172,100,223); }

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