Html Css Color HEX #AE6FCC Amethyst

📋 copy color: '#AE6FCC'

red 174 ◦ green 111 ◦ blue 204

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

Shades of Amethyst #AE6FCC

Tints of Amethyst #AE6FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.7%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 35.58%
G = 22.7%
B = 41.72%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE6FCC (or 0xAE6FCC) is known color: Amethyst. HEX triplet: AE, 6F and CC. RGB value is (174,111,204). Sum of RGB (Red+Green+Blue) = 174+111+204=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FCC is #519033. Grayscale: #8C8C8C. Windows color (decimal): -5345332 or 13397934. OLE color: 13397934.

HSL color Cylindrical-coordinate representation of color #AE6FCC: hue angle of 280.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AE6FCC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 111 204 -
CMYK 0.15 0.46 0 0.2
HSL 280.65º 0.48% 0.62% -
HSV(B) 280.65º 0.46% 0.8% -
XYZ 34.04 24.73 60.11 -
YUV 140.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 174 111 204 0.15 0.46 0 0.2 280.65 0.48 0.62
Hex AE 6F CC F 2E 0 14 119 30 3E
Octal 256 157 314 17 56 0 24 431 60 76
Binary 10101110 1101111 11001100 1111 101110 0 10100 100011001 110000 111110

Color Harmonies of #AE6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FCC

Black with #AE6FCC

Text Example


Text Example

White with #AE6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FCC; }

 p { color: rgb(174,111,204); }

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

background-color css

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

 a { background-color: rgb(174,111,204); }

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

border-color css

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

 span { border-color: rgb(174,111,204); }

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