Html Css Color HEX #AC6CE5 Amethyst

📋 copy color: '#AC6CE5'

red 172 ◦ green 108 ◦ blue 229

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

Shades of Amethyst #AC6CE5

Tints of Amethyst #AC6CE5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 33.79%
G = 21.22%
B = 44.99%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC6CE5 (or 0xAC6CE5) is known color: Amethyst. HEX triplet: AC, 6C and E5. RGB value is (172,108,229). Sum of RGB (Red+Green+Blue) = 172+108+229=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC6CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC6CE5 is #53931A. Grayscale: #8C8C8C. Windows color (decimal): -5477147 or 15035564. OLE color: 15035564.

HSL color Cylindrical-coordinate representation of color #AC6CE5: hue angle of 271.74º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC6CE5 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 108 229 -
CMYK 0.25 0.53 0 0.10
HSL 271.74º 0.7% 0.66% -
HSV(B) 271.74º 0.53% 0.9% -
XYZ 36.52 25.15 77.06 -
YUV 140.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 172 108 229 0.25 0.53 0 0.10 271.74 0.7 0.66
Hex AC 6C E5 19 35 0 A 110 46 42
Octal 254 154 345 31 65 0 12 420 106 102
Binary 10101100 1101100 11100101 11001 110101 0 1010 100010000 1000110 1000010

Color Harmonies of #AC6CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6CE5

Black with #AC6CE5

Text Example


Text Example

White with #AC6CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6CE5; }

 p { color: rgb(172,108,229); }

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

background-color css

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

 a { background-color: rgb(172,108,229); }

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

border-color css

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

 span { border-color: rgb(172,108,229); }

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