Html Css Color HEX #AE6CE6 Amethyst

📋 copy color: '#AE6CE6'

red 174 ◦ green 108 ◦ blue 230

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

Shades of Amethyst #AE6CE6

Tints of Amethyst #AE6CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 33.98%
G = 21.09%
B = 44.92%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AE6CE6 (or 0xAE6CE6) is known color: Amethyst. HEX triplet: AE, 6C and E6. RGB value is (174,108,230). Sum of RGB (Red+Green+Blue) = 174+108+230=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE6CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE6CE6 is #519319. Grayscale: #8D8D8D. Windows color (decimal): -5346074 or 15101102. OLE color: 15101102.

HSL color Cylindrical-coordinate representation of color #AE6CE6: hue angle of 272.46º degrees, saturation: 0.71, 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 #AE6CE6 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 108 230 -
CMYK 0.24 0.53 0 0.10
HSL 272.46º 0.71% 0.66% -
HSV(B) 272.46º 0.53% 0.9% -
XYZ 37.1 25.44 77.82 -
YUV 141.64 177.87 151.08 -
System Red Green Blue C M Y K H S L
Decimal 174 108 230 0.24 0.53 0 0.10 272.46 0.71 0.66
Hex AE 6C E6 18 35 0 A 110 47 42
Octal 256 154 346 30 65 0 12 420 107 102
Binary 10101110 1101100 11100110 11000 110101 0 1010 100010000 1000111 1000010

Color Harmonies of #AE6CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CE6

Black with #AE6CE6

Text Example


Text Example

White with #AE6CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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