Html Css Color HEX #AE70D2 Amethyst

📋 copy color: '#AE70D2'

red 174 ◦ green 112 ◦ blue 210

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

Shades of Amethyst #AE70D2

Tints of Amethyst #AE70D2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.58%

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

R = 35.08%
G = 22.58%
B = 42.34%

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

#AE70D2 (or 0xAE70D2) is known color: Amethyst. HEX triplet: AE, 70 and D2. RGB value is (174,112,210). Sum of RGB (Red+Green+Blue) = 174+112+210=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE70D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70D2 is #518F2D. Grayscale: #8D8D8D. Windows color (decimal): -5345070 or 13791406. OLE color: 13791406.

HSL color Cylindrical-coordinate representation of color #AE70D2: hue angle of 277.96º 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 #AE70D2 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 112 210 -
CMYK 0.17 0.47 0 0.18
HSL 277.96º 0.52% 0.63% -
HSV(B) 277.96º 0.47% 0.82% -
XYZ 34.88 25.24 64.01 -
YUV 141.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 174 112 210 0.17 0.47 0 0.18 277.96 0.52 0.63
Hex AE 70 D2 11 2F 0 12 116 34 3F
Octal 256 160 322 21 57 0 22 426 64 77
Binary 10101110 1110000 11010010 10001 101111 0 10010 100010110 110100 111111

Color Harmonies of #AE70D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70D2

Black with #AE70D2

Text Example


Text Example

White with #AE70D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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