Html Css Color HEX #AE6ECB Amethyst

📋 copy color: '#AE6ECB'

red 174 ◦ green 110 ◦ blue 203

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

Shades of Amethyst #AE6ECB

Tints of Amethyst #AE6ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.59%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 35.73%
G = 22.59%
B = 41.68%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE6ECB (or 0xAE6ECB) is known color: Amethyst. HEX triplet: AE, 6E and CB. RGB value is (174,110,203). Sum of RGB (Red+Green+Blue) = 174+110+203=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ECB is #519134. Grayscale: #8B8B8B. Windows color (decimal): -5345589 or 13332142. OLE color: 13332142.

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

Color convert

RGB 174 110 203 -
CMYK 0.14 0.46 0 0.20
HSL 281.29º 0.47% 0.61% -
HSV(B) 281.29º 0.46% 0.8% -
XYZ 33.81 24.46 59.44 -
YUV 139.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 174 110 203 0.14 0.46 0 0.20 281.29 0.47 0.61
Hex AE 6E CB E 2E 0 14 119 2F 3D
Octal 256 156 313 16 56 0 24 431 57 75
Binary 10101110 1101110 11001011 1110 101110 0 10100 100011001 101111 111101

Color Harmonies of #AE6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ECB

Black with #AE6ECB

Text Example


Text Example

White with #AE6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ECB; }

 p { color: rgb(174,110,203); }

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

background-color css

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

 a { background-color: rgb(174,110,203); }

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

border-color css

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

 span { border-color: rgb(174,110,203); }

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