Html Css Color HEX #AE70C6 Amethyst

📋 copy color: '#AE70C6'

red 174 ◦ green 112 ◦ blue 198

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

Shades of Amethyst #AE70C6

Tints of Amethyst #AE70C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 35.95%
G = 23.14%
B = 40.91%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE70C6 (or 0xAE70C6) is known color: Amethyst. HEX triplet: AE, 70 and C6. RGB value is (174,112,198). Sum of RGB (Red+Green+Blue) = 174+112+198=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #AE70C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70C6 is #518F39. Grayscale: #8C8C8C. Windows color (decimal): -5345082 or 13004974. OLE color: 13004974.

HSL color Cylindrical-coordinate representation of color #AE70C6: hue angle of 283.26º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE70C6 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 174 112 198 -
CMYK 0.12 0.43 0 0.22
HSL 283.26º 0.43% 0.61% -
HSV(B) 283.26º 0.43% 0.78% -
XYZ 33.44 24.66 56.42 -
YUV 140.34 160.54 152.01 -
System Red Green Blue C M Y K H S L
Decimal 174 112 198 0.12 0.43 0 0.22 283.26 0.43 0.61
Hex AE 70 C6 C 2B 0 16 11B 2B 3D
Octal 256 160 306 14 53 0 26 433 53 75
Binary 10101110 1110000 11000110 1100 101011 0 10110 100011011 101011 111101

Color Harmonies of #AE70C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70C6

Black with #AE70C6

Text Example


Text Example

White with #AE70C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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