Html Css Color HEX #AE6BDF Amethyst

📋 copy color: '#AE6BDF'

red 174 ◦ green 107 ◦ blue 223

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

Shades of Amethyst #AE6BDF

Tints of Amethyst #AE6BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.25%

R = 34.52%
G = 21.23%
B = 44.25%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE6BDF (or 0xAE6BDF) is known color: Amethyst. HEX triplet: AE, 6B and DF. RGB value is (174,107,223). Sum of RGB (Red+Green+Blue) = 174+107+223=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE6BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6BDF is #519420. Grayscale: #8B8B8B. Windows color (decimal): -5346337 or 14642094. OLE color: 14642094.

HSL color Cylindrical-coordinate representation of color #AE6BDF: hue angle of 274.66º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE6BDF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 107 223 -
CMYK 0.22 0.52 0 0.13
HSL 274.66º 0.64% 0.65% -
HSV(B) 274.66º 0.52% 0.87% -
XYZ 36.03 24.84 72.71 -
YUV 140.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 174 107 223 0.22 0.52 0 0.13 274.66 0.64 0.65
Hex AE 6B DF 16 34 0 D 113 40 41
Octal 256 153 337 26 64 0 15 423 100 101
Binary 10101110 1101011 11011111 10110 110100 0 1101 100010011 1000000 1000001

Color Harmonies of #AE6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6BDF

Black with #AE6BDF

Text Example


Text Example

White with #AE6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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