Html Css Color HEX #AE6BD2 Amethyst

📋 copy color: '#AE6BD2'

red 174 ◦ green 107 ◦ blue 210

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

Shades of Amethyst #AE6BD2

Tints of Amethyst #AE6BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.77%

R = 35.44%
G = 21.79%
B = 42.77%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE6BD2 (or 0xAE6BD2) is known color: Amethyst. HEX triplet: AE, 6B and D2. RGB value is (174,107,210). Sum of RGB (Red+Green+Blue) = 174+107+210=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE6BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BD2 is #51942D. Grayscale: #8A8A8A. Windows color (decimal): -5346350 or 13790126. OLE color: 13790126.

HSL color Cylindrical-coordinate representation of color #AE6BD2: hue angle of 279.03º degrees, saturation: 0.53, 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 #AE6BD2 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 107 210 -
CMYK 0.17 0.49 0 0.18
HSL 279.03º 0.53% 0.62% -
HSV(B) 279.03º 0.49% 0.82% -
XYZ 34.35 24.17 63.83 -
YUV 138.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 174 107 210 0.17 0.49 0 0.18 279.03 0.53 0.62
Hex AE 6B D2 11 31 0 12 117 35 3E
Octal 256 153 322 21 61 0 22 427 65 76
Binary 10101110 1101011 11010010 10001 110001 0 10010 100010111 110101 111110

Color Harmonies of #AE6BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BD2

Black with #AE6BD2

Text Example


Text Example

White with #AE6BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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