Html Css Color HEX #AE6FD2 Amethyst

📋 copy color: '#AE6FD2'

red 174 ◦ green 111 ◦ blue 210

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

Shades of Amethyst #AE6FD2

Tints of Amethyst #AE6FD2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.42%

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 35.15%
G = 22.42%
B = 42.42%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE6FD2 (or 0xAE6FD2) is known color: Amethyst. HEX triplet: AE, 6F and D2. RGB value is (174,111,210). Sum of RGB (Red+Green+Blue) = 174+111+210=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE6FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FD2 is #51902D. Grayscale: #8C8C8C. Windows color (decimal): -5345326 or 13791150. OLE color: 13791150.

HSL color Cylindrical-coordinate representation of color #AE6FD2: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6FD2 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 111 210 -
CMYK 0.17 0.47 0 0.18
HSL 278.18º 0.52% 0.63% -
HSV(B) 278.18º 0.47% 0.82% -
XYZ 34.77 25.02 63.97 -
YUV 141.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 174 111 210 0.17 0.47 0 0.18 278.18 0.52 0.63
Hex AE 6F D2 11 2F 0 12 116 34 3F
Octal 256 157 322 21 57 0 22 426 64 77
Binary 10101110 1101111 11010010 10001 101111 0 10010 100010110 110100 111111

Color Harmonies of #AE6FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FD2

Black with #AE6FD2

Text Example


Text Example

White with #AE6FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FD2; }

 p { color: rgb(174,111,210); }

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

background-color css

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

 a { background-color: rgb(174,111,210); }

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

border-color css

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

 span { border-color: rgb(174,111,210); }

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