Html Css Color HEX #AE6ECC Amethyst

📋 copy color: '#AE6ECC'

red 174 ◦ green 110 ◦ blue 204

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

Shades of Amethyst #AE6ECC

Tints of Amethyst #AE6ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.54%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 35.66%
G = 22.54%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE6ECC (or 0xAE6ECC) is known color: Amethyst. HEX triplet: AE, 6E and CC. RGB value is (174,110,204). Sum of RGB (Red+Green+Blue) = 174+110+204=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECC is #519133. Grayscale: #8B8B8B. Windows color (decimal): -5345588 or 13397678. OLE color: 13397678.

HSL color Cylindrical-coordinate representation of color #AE6ECC: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6ECC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 110 204 -
CMYK 0.15 0.46 0 0.2
HSL 280.85º 0.48% 0.62% -
HSV(B) 280.85º 0.46% 0.8% -
XYZ 33.93 24.51 60.07 -
YUV 139.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 174 110 204 0.15 0.46 0 0.2 280.85 0.48 0.62
Hex AE 6E CC F 2E 0 14 119 30 3E
Octal 256 156 314 17 56 0 24 431 60 76
Binary 10101110 1101110 11001100 1111 101110 0 10100 100011001 110000 111110

Color Harmonies of #AE6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ECC

Black with #AE6ECC

Text Example


Text Example

White with #AE6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ECC; }

 p { color: rgb(174,110,204); }

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

background-color css

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

 a { background-color: rgb(174,110,204); }

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

border-color css

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

 span { border-color: rgb(174,110,204); }

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