Html Css Color HEX #AE6BDC Amethyst

📋 copy color: '#AE6BDC'

red 174 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #AE6BDC

Tints of Amethyst #AE6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.36%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 34.73%
G = 21.36%
B = 43.91%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE6BDC (or 0xAE6BDC) is known color: Amethyst. HEX triplet: AE, 6B and DC. RGB value is (174,107,220). Sum of RGB (Red+Green+Blue) = 174+107+220=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BDC is #519423. Grayscale: #8B8B8B. Windows color (decimal): -5346340 or 14445486. OLE color: 14445486.

HSL color Cylindrical-coordinate representation of color #AE6BDC: hue angle of 275.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE6BDC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 107 220 -
CMYK 0.21 0.51 0 0.14
HSL 275.58º 0.62% 0.64% -
HSV(B) 275.58º 0.51% 0.86% -
XYZ 35.63 24.68 70.6 -
YUV 139.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 174 107 220 0.21 0.51 0 0.14 275.58 0.62 0.64
Hex AE 6B DC 15 33 0 E 114 3E 40
Octal 256 153 334 25 63 0 16 424 76 100
Binary 10101110 1101011 11011100 10101 110011 0 1110 100010100 111110 1000000

Color Harmonies of #AE6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BDC

Black with #AE6BDC

Text Example


Text Example

White with #AE6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BDC; }

 p { color: rgb(174,107,220); }

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

background-color css

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

 a { background-color: rgb(174,107,220); }

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

border-color css

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

 span { border-color: rgb(174,107,220); }

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