Html Css Color HEX #AE66DF Amethyst

📋 copy color: '#AE66DF'

red 174 ◦ green 102 ◦ blue 223

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

Shades of Amethyst #AE66DF

Tints of Amethyst #AE66DF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.44%

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

R = 34.87%
G = 20.44%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE66DF (or 0xAE66DF) is known color: Amethyst. HEX triplet: AE, 66 and DF. RGB value is (174,102,223). Sum of RGB (Red+Green+Blue) = 174+102+223=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE66DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE66DF is #519920. Grayscale: #888888. Windows color (decimal): -5347617 or 14640814. OLE color: 14640814.

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

Color convert

RGB 174 102 223 -
CMYK 0.22 0.54 0 0.13
HSL 275.7º 0.65% 0.64% -
HSV(B) 275.7º 0.54% 0.87% -
XYZ 35.53 23.83 72.54 -
YUV 137.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 174 102 223 0.22 0.54 0 0.13 275.7 0.65 0.64
Hex AE 66 DF 16 36 0 D 114 41 40
Octal 256 146 337 26 66 0 15 424 101 100
Binary 10101110 1100110 11011111 10110 110110 0 1101 100010100 1000001 1000000

Color Harmonies of #AE66DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE66DF

Black with #AE66DF

Text Example


Text Example

White with #AE66DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE66DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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