Html Css Color HEX #AE6FCB Amethyst

📋 copy color: '#AE6FCB'

red 174 ◦ green 111 ◦ blue 203

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

Shades of Amethyst #AE6FCB

Tints of Amethyst #AE6FCB

RGB

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

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

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

R = 35.66%
G = 22.75%
B = 41.6%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE6FCB (or 0xAE6FCB) is known color: Amethyst. HEX triplet: AE, 6F and CB. RGB value is (174,111,203). Sum of RGB (Red+Green+Blue) = 174+111+203=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE6FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6FCB is #519034. Grayscale: #8C8C8C. Windows color (decimal): -5345333 or 13332398. OLE color: 13332398.

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

Color convert

RGB 174 111 203 -
CMYK 0.14 0.45 0 0.20
HSL 281.09º 0.47% 0.62% -
HSV(B) 281.09º 0.45% 0.8% -
XYZ 33.92 24.68 59.48 -
YUV 140.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 174 111 203 0.14 0.45 0 0.20 281.09 0.47 0.62
Hex AE 6F CB E 2D 0 14 119 2F 3E
Octal 256 157 313 16 55 0 24 431 57 76
Binary 10101110 1101111 11001011 1110 101101 0 10100 100011001 101111 111110

Color Harmonies of #AE6FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6FCB

Black with #AE6FCB

Text Example


Text Example

White with #AE6FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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