Html Css Color HEX #AE68E7 Amethyst

📋 copy color: '#AE68E7'

red 174 ◦ green 104 ◦ blue 231

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

Shades of Amethyst #AE68E7

Tints of Amethyst #AE68E7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.43%

 BLUE value IS 231 (90.63% from 255) = 45.38%

R = 34.18%
G = 20.43%
B = 45.38%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE68E7 (or 0xAE68E7) is known color: Amethyst. HEX triplet: AE, 68 and E7. RGB value is (174,104,231). Sum of RGB (Red+Green+Blue) = 174+104+231=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE68E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE68E7 is #519718. Grayscale: #8A8A8A. Windows color (decimal): -5347097 or 15165614. OLE color: 15165614.

HSL color Cylindrical-coordinate representation of color #AE68E7: hue angle of 273.07º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE68E7 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 104 231 -
CMYK 0.25 0.55 0 0.09
HSL 273.07º 0.73% 0.66% -
HSV(B) 273.07º 0.55% 0.91% -
XYZ 36.83 24.67 78.42 -
YUV 139.41 179.69 152.67 -
System Red Green Blue C M Y K H S L
Decimal 174 104 231 0.25 0.55 0 0.09 273.07 0.73 0.66
Hex AE 68 E7 19 37 0 9 111 49 42
Octal 256 150 347 31 67 0 11 421 111 102
Binary 10101110 1101000 11100111 11001 110111 0 1001 100010001 1001001 1000010

Color Harmonies of #AE68E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68E7

Black with #AE68E7

Text Example


Text Example

White with #AE68E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68E7; }

 p { color: rgb(174,104,231); }

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

background-color css

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

 a { background-color: rgb(174,104,231); }

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

border-color css

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

 span { border-color: rgb(174,104,231); }

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