Html Css Color HEX #AE6DCD Amethyst

📋 copy color: '#AE6DCD'

red 174 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #AE6DCD

Tints of Amethyst #AE6DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.34%

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 35.66%
G = 22.34%
B = 42.01%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE6DCD (or 0xAE6DCD) is known color: Amethyst. HEX triplet: AE, 6D and CD. RGB value is (174,109,205). Sum of RGB (Red+Green+Blue) = 174+109+205=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DCD is #519232. Grayscale: #8B8B8B. Windows color (decimal): -5345843 or 13462958. OLE color: 13462958.

HSL color Cylindrical-coordinate representation of color #AE6DCD: hue angle of 280.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6DCD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 109 205 -
CMYK 0.15 0.47 0 0.20
HSL 280.63º 0.49% 0.62% -
HSV(B) 280.63º 0.47% 0.8% -
XYZ 33.94 24.34 60.67 -
YUV 139.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 174 109 205 0.15 0.47 0 0.20 280.63 0.49 0.62
Hex AE 6D CD F 2F 0 14 119 31 3E
Octal 256 155 315 17 57 0 24 431 61 76
Binary 10101110 1101101 11001101 1111 101111 0 10100 100011001 110001 111110

Color Harmonies of #AE6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6DCD

Black with #AE6DCD

Text Example


Text Example

White with #AE6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6DCD; }

 p { color: rgb(174,109,205); }

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

background-color css

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

 a { background-color: rgb(174,109,205); }

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

border-color css

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

 span { border-color: rgb(174,109,205); }

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