Html Css Color HEX #AE6CCB Amethyst

📋 copy color: '#AE6CCB'

red 174 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #AE6CCB

Tints of Amethyst #AE6CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 35.88%
G = 22.27%
B = 41.86%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE6CCB (or 0xAE6CCB) is known color: Amethyst. HEX triplet: AE, 6C and CB. RGB value is (174,108,203). Sum of RGB (Red+Green+Blue) = 174+108+203=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE6CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6CCB is #519334. Grayscale: #8A8A8A. Windows color (decimal): -5346101 or 13331630. OLE color: 13331630.

HSL color Cylindrical-coordinate representation of color #AE6CCB: hue angle of 281.68º degrees, saturation: 0.48, 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 #AE6CCB is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 108 203 -
CMYK 0.14 0.47 0 0.20
HSL 281.68º 0.48% 0.61% -
HSV(B) 281.68º 0.47% 0.8% -
XYZ 33.6 24.04 59.37 -
YUV 138.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 174 108 203 0.14 0.47 0 0.20 281.68 0.48 0.61
Hex AE 6C CB E 2F 0 14 11A 30 3D
Octal 256 154 313 16 57 0 24 432 60 75
Binary 10101110 1101100 11001011 1110 101111 0 10100 100011010 110000 111101

Color Harmonies of #AE6CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6CCB

Black with #AE6CCB

Text Example


Text Example

White with #AE6CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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