Html Css Color HEX #AE6CCD Amethyst

📋 copy color: '#AE6CCD'

red 174 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #AE6CCD

Tints of Amethyst #AE6CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.09%

R = 35.73%
G = 22.18%
B = 42.09%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE6CCD (or 0xAE6CCD) is known color: Amethyst. HEX triplet: AE, 6C and CD. RGB value is (174,108,205). Sum of RGB (Red+Green+Blue) = 174+108+205=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE6CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CCD is #519332. Grayscale: #8A8A8A. Windows color (decimal): -5346099 or 13462702. OLE color: 13462702.

HSL color Cylindrical-coordinate representation of color #AE6CCD: hue angle of 280.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE6CCD is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 108 205 -
CMYK 0.15 0.47 0 0.20
HSL 280.82º 0.49% 0.61% -
HSV(B) 280.82º 0.47% 0.8% -
XYZ 33.84 24.13 60.63 -
YUV 138.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 174 108 205 0.15 0.47 0 0.20 280.82 0.49 0.61
Hex AE 6C CD F 2F 0 14 119 31 3D
Octal 256 154 315 17 57 0 24 431 61 75
Binary 10101110 1101100 11001101 1111 101111 0 10100 100011001 110001 111101

Color Harmonies of #AE6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CCD

Black with #AE6CCD

Text Example


Text Example

White with #AE6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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