Html Css Color HEX #AE6FDC Amethyst

📋 copy color: '#AE6FDC'

red 174 ◦ green 111 ◦ blue 220

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

Shades of Amethyst #AE6FDC

Tints of Amethyst #AE6FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.98%

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

R = 34.46%
G = 21.98%
B = 43.56%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE6FDC (or 0xAE6FDC) is known color: Amethyst. HEX triplet: AE, 6F and DC. RGB value is (174,111,220). Sum of RGB (Red+Green+Blue) = 174+111+220=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FDC is #519023. Grayscale: #8D8D8D. Windows color (decimal): -5345316 or 14446510. OLE color: 14446510.

HSL color Cylindrical-coordinate representation of color #AE6FDC: hue angle of 274.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6FDC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 111 220 -
CMYK 0.21 0.50 0 0.14
HSL 274.68º 0.61% 0.65% -
HSV(B) 274.68º 0.5% 0.86% -
XYZ 36.06 25.53 70.74 -
YUV 142.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 174 111 220 0.21 0.50 0 0.14 274.68 0.61 0.65
Hex AE 6F DC 15 32 0 E 113 3D 41
Octal 256 157 334 25 62 0 16 423 75 101
Binary 10101110 1101111 11011100 10101 110010 0 1110 100010011 111101 1000001

Color Harmonies of #AE6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FDC

Black with #AE6FDC

Text Example


Text Example

White with #AE6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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