Html Css Color HEX #AE68D5 Amethyst

📋 copy color: '#AE68D5'

red 174 ◦ green 104 ◦ blue 213

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

Shades of Amethyst #AE68D5

Tints of Amethyst #AE68D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 35.44%
G = 21.18%
B = 43.38%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE68D5 (or 0xAE68D5) is known color: Amethyst. HEX triplet: AE, 68 and D5. RGB value is (174,104,213). Sum of RGB (Red+Green+Blue) = 174+104+213=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #AE68D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68D5 is #51972A. Grayscale: #888888. Windows color (decimal): -5347115 or 13985966. OLE color: 13985966.

HSL color Cylindrical-coordinate representation of color #AE68D5: hue angle of 278.53º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE68D5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 104 213 -
CMYK 0.18 0.51 0 0.16
HSL 278.53º 0.56% 0.62% -
HSV(B) 278.53º 0.51% 0.84% -
XYZ 34.42 23.7 65.71 -
YUV 137.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 174 104 213 0.18 0.51 0 0.16 278.53 0.56 0.62
Hex AE 68 D5 12 33 0 10 117 38 3E
Octal 256 150 325 22 63 0 20 427 70 76
Binary 10101110 1101000 11010101 10010 110011 0 10000 100010111 111000 111110

Color Harmonies of #AE68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68D5

Black with #AE68D5

Text Example


Text Example

White with #AE68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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