Html Css Color HEX #AE6CCF Amethyst

📋 copy color: '#AE6CCF'

red 174 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #AE6CCF

Tints of Amethyst #AE6CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.09%

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 35.58%
G = 22.09%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE6CCF (or 0xAE6CCF) is known color: Amethyst. HEX triplet: AE, 6C and CF. RGB value is (174,108,207). Sum of RGB (Red+Green+Blue) = 174+108+207=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE6CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CCF is #519330. Grayscale: #8A8A8A. Windows color (decimal): -5346097 or 13593774. OLE color: 13593774.

HSL color Cylindrical-coordinate representation of color #AE6CCF: hue angle of 280º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6CCF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 108 207 -
CMYK 0.16 0.48 0 0.19
HSL 280º 0.51% 0.62% -
HSV(B) 280º 0.48% 0.81% -
XYZ 34.08 24.23 61.91 -
YUV 139.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 174 108 207 0.16 0.48 0 0.19 280 0.51 0.62
Hex AE 6C CF 10 30 0 13 118 33 3E
Octal 256 154 317 20 60 0 23 430 63 76
Binary 10101110 1101100 11001111 10000 110000 0 10011 100011000 110011 111110

Color Harmonies of #AE6CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CCF

Black with #AE6CCF

Text Example


Text Example

White with #AE6CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CCF; }

 p { color: rgb(174,108,207); }

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

background-color css

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

 a { background-color: rgb(174,108,207); }

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

border-color css

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

 span { border-color: rgb(174,108,207); }

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