Html Css Color HEX #AE69DD Amethyst

📋 copy color: '#AE69DD'

red 174 ◦ green 105 ◦ blue 221

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

Shades of Amethyst #AE69DD

Tints of Amethyst #AE69DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 34.8%
G = 21%
B = 44.2%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE69DD (or 0xAE69DD) is known color: Amethyst. HEX triplet: AE, 69 and DD. RGB value is (174,105,221). Sum of RGB (Red+Green+Blue) = 174+105+221=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE69DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE69DD is #519622. Grayscale: #8A8A8A. Windows color (decimal): -5346851 or 14510510. OLE color: 14510510.

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

Color convert

RGB 174 105 221 -
CMYK 0.21 0.52 0 0.13
HSL 275.69º 0.63% 0.64% -
HSV(B) 275.69º 0.52% 0.87% -
XYZ 35.56 24.32 71.23 -
YUV 138.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 174 105 221 0.21 0.52 0 0.13 275.69 0.63 0.64
Hex AE 69 DD 15 34 0 D 114 3F 40
Octal 256 151 335 25 64 0 15 424 77 100
Binary 10101110 1101001 11011101 10101 110100 0 1101 100010100 111111 1000000

Color Harmonies of #AE69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE69DD

Black with #AE69DD

Text Example


Text Example

White with #AE69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE69DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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