Html Css Color HEX #AE6BE1 Amethyst

📋 copy color: '#AE6BE1'

red 174 ◦ green 107 ◦ blue 225

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

Shades of Amethyst #AE6BE1

Tints of Amethyst #AE6BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 34.39%
G = 21.15%
B = 44.47%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AE6BE1 (or 0xAE6BE1) is known color: Amethyst. HEX triplet: AE, 6B and E1. RGB value is (174,107,225). Sum of RGB (Red+Green+Blue) = 174+107+225=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE6BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BE1 is #51941E. Grayscale: #8C8C8C. Windows color (decimal): -5346335 or 14773166. OLE color: 14773166.

HSL color Cylindrical-coordinate representation of color #AE6BE1: hue angle of 274.07º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6BE1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 107 225 -
CMYK 0.23 0.52 0 0.12
HSL 274.07º 0.66% 0.65% -
HSV(B) 274.07º 0.52% 0.88% -
XYZ 36.3 24.95 74.14 -
YUV 140.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 174 107 225 0.23 0.52 0 0.12 274.07 0.66 0.65
Hex AE 6B E1 17 34 0 C 112 42 41
Octal 256 153 341 27 64 0 14 422 102 101
Binary 10101110 1101011 11100001 10111 110100 0 1100 100010010 1000010 1000001

Color Harmonies of #AE6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BE1

Black with #AE6BE1

Text Example


Text Example

White with #AE6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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