Html Css Color HEX #AE6ACF Amethyst

📋 copy color: '#AE6ACF'

red 174 ◦ green 106 ◦ blue 207

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

Shades of Amethyst #AE6ACF

Tints of Amethyst #AE6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.77%

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

R = 35.73%
G = 21.77%
B = 42.51%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE6ACF (or 0xAE6ACF) is known color: Amethyst. HEX triplet: AE, 6A and CF. RGB value is (174,106,207). Sum of RGB (Red+Green+Blue) = 174+106+207=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ACF is #519530. Grayscale: #898989. Windows color (decimal): -5346609 or 13593262. OLE color: 13593262.

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

Color convert

RGB 174 106 207 -
CMYK 0.16 0.49 0 0.19
HSL 280.4º 0.51% 0.61% -
HSV(B) 280.4º 0.49% 0.81% -
XYZ 33.87 23.81 61.84 -
YUV 137.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 174 106 207 0.16 0.49 0 0.19 280.4 0.51 0.61
Hex AE 6A CF 10 31 0 13 118 33 3D
Octal 256 152 317 20 61 0 23 430 63 75
Binary 10101110 1101010 11001111 10000 110001 0 10011 100011000 110011 111101

Color Harmonies of #AE6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ACF

Black with #AE6ACF

Text Example


Text Example

White with #AE6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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