Html Css Color HEX #AE6BD0 Amethyst

📋 copy color: '#AE6BD0'

red 174 ◦ green 107 ◦ blue 208

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

Shades of Amethyst #AE6BD0

Tints of Amethyst #AE6BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.54%

R = 35.58%
G = 21.88%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE6BD0 (or 0xAE6BD0) is known color: Amethyst. HEX triplet: AE, 6B and D0. RGB value is (174,107,208). Sum of RGB (Red+Green+Blue) = 174+107+208=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE6BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BD0 is #51942F. Grayscale: #8A8A8A. Windows color (decimal): -5346352 or 13659054. OLE color: 13659054.

HSL color Cylindrical-coordinate representation of color #AE6BD0: hue angle of 279.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE6BD0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 107 208 -
CMYK 0.16 0.49 0 0.18
HSL 279.8º 0.52% 0.62% -
HSV(B) 279.8º 0.49% 0.82% -
XYZ 34.1 24.07 62.52 -
YUV 138.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 174 107 208 0.16 0.49 0 0.18 279.8 0.52 0.62
Hex AE 6B D0 10 31 0 12 118 34 3E
Octal 256 153 320 20 61 0 22 430 64 76
Binary 10101110 1101011 11010000 10000 110001 0 10010 100011000 110100 111110

Color Harmonies of #AE6BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BD0

Black with #AE6BD0

Text Example


Text Example

White with #AE6BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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