Html Css Color HEX #AE6FCD Amethyst

📋 copy color: '#AE6FCD'

red 174 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #AE6FCD

Tints of Amethyst #AE6FCD

RGB

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

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

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

R = 35.51%
G = 22.65%
B = 41.84%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE6FCD (or 0xAE6FCD) is known color: Amethyst. HEX triplet: AE, 6F and CD. RGB value is (174,111,205). Sum of RGB (Red+Green+Blue) = 174+111+205=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FCD is #519032. Grayscale: #8C8C8C. Windows color (decimal): -5345331 or 13463470. OLE color: 13463470.

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

Color convert

RGB 174 111 205 -
CMYK 0.15 0.46 0 0.20
HSL 280.21º 0.48% 0.62% -
HSV(B) 280.21º 0.46% 0.8% -
XYZ 34.16 24.78 60.74 -
YUV 140.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 174 111 205 0.15 0.46 0 0.20 280.21 0.48 0.62
Hex AE 6F CD F 2E 0 14 118 30 3E
Octal 256 157 315 17 56 0 24 430 60 76
Binary 10101110 1101111 11001101 1111 101110 0 10100 100011000 110000 111110

Color Harmonies of #AE6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FCD

Black with #AE6FCD

Text Example


Text Example

White with #AE6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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