Html Css Color HEX #AE6CDC Amethyst

📋 copy color: '#AE6CDC'

red 174 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #AE6CDC

Tints of Amethyst #AE6CDC

RGB

 RED value IS 174 (68.36% from 255) = 34.66%

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

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 34.66%
G = 21.51%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE6CDC (or 0xAE6CDC) is known color: Amethyst. HEX triplet: AE, 6C and DC. RGB value is (174,108,220). Sum of RGB (Red+Green+Blue) = 174+108+220=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CDC is #519323. Grayscale: #8C8C8C. Windows color (decimal): -5346084 or 14445742. OLE color: 14445742.

HSL color Cylindrical-coordinate representation of color #AE6CDC: hue angle of 275.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6CDC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 108 220 -
CMYK 0.21 0.51 0 0.14
HSL 275.36º 0.62% 0.64% -
HSV(B) 275.36º 0.51% 0.86% -
XYZ 35.74 24.89 70.63 -
YUV 140.5 172.87 151.89 -
System Red Green Blue C M Y K H S L
Decimal 174 108 220 0.21 0.51 0 0.14 275.36 0.62 0.64
Hex AE 6C DC 15 33 0 E 113 3E 40
Octal 256 154 334 25 63 0 16 423 76 100
Binary 10101110 1101100 11011100 10101 110011 0 1110 100010011 111110 1000000

Color Harmonies of #AE6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CDC

Black with #AE6CDC

Text Example


Text Example

White with #AE6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CDC; }

 p { color: rgb(174,108,220); }

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

background-color css

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

 a { background-color: rgb(174,108,220); }

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

border-color css

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

 span { border-color: rgb(174,108,220); }

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