Html Css Color HEX #AE69DF Amethyst

📋 copy color: '#AE69DF'

red 174 ◦ green 105 ◦ blue 223

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

Shades of Amethyst #AE69DF

Tints of Amethyst #AE69DF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 34.66%
G = 20.92%
B = 44.42%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE69DF (or 0xAE69DF) is known color: Amethyst. HEX triplet: AE, 69 and DF. RGB value is (174,105,223). Sum of RGB (Red+Green+Blue) = 174+105+223=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE69DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69DF is #519620. Grayscale: #8A8A8A. Windows color (decimal): -5346849 or 14641582. OLE color: 14641582.

HSL color Cylindrical-coordinate representation of color #AE69DF: hue angle of 275.08º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE69DF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 105 223 -
CMYK 0.22 0.53 0 0.13
HSL 275.08º 0.65% 0.64% -
HSV(B) 275.08º 0.53% 0.87% -
XYZ 35.83 24.43 72.64 -
YUV 139.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 174 105 223 0.22 0.53 0 0.13 275.08 0.65 0.64
Hex AE 69 DF 16 35 0 D 113 41 40
Octal 256 151 337 26 65 0 15 423 101 100
Binary 10101110 1101001 11011111 10110 110101 0 1101 100010011 1000001 1000000

Color Harmonies of #AE69DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE69DF

Black with #AE69DF

Text Example


Text Example

White with #AE69DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE69DF; }

 p { color: rgb(174,105,223); }

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

background-color css

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

 a { background-color: rgb(174,105,223); }

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

border-color css

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

 span { border-color: rgb(174,105,223); }

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