Html Css Color HEX #844ACE Amethyst

📋 copy color: '#844ACE'

red 132 ◦ green 74 ◦ blue 206

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

Shades of Amethyst #844ACE

Tints of Amethyst #844ACE

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

 GREEN value IS 74 (29.3% from 255) = 17.96%

 BLUE value IS 206 (80.86% from 255) = 50%

R = 32.04%
G = 17.96%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#844ACE (or 0x844ACE) is known color: Amethyst. HEX triplet: 84, 4A and CE. RGB value is (132,74,206). Sum of RGB (Red+Green+Blue) = 132+74+206=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #844ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #844ACE is #7BB531. Grayscale: #696969. Windows color (decimal): -8107314 or 13519492. OLE color: 13519492.

HSL color Cylindrical-coordinate representation of color #844ACE: hue angle of 266.36º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844ACE is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 74 206 -
CMYK 0.36 0.64 0 0.19
HSL 266.36º 0.57% 0.55% -
HSV(B) 266.36º 0.64% 0.81% -
XYZ 23.11 14.26 59.93 -
YUV 106.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 132 74 206 0.36 0.64 0 0.19 266.36 0.57 0.55
Hex 84 4A CE 24 40 0 13 10A 39 37
Octal 204 112 316 44 100 0 23 412 71 67
Binary 10000100 1001010 11001110 100100 1000000 0 10011 100001010 111001 110111

Color Harmonies of #844ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844ACE

Black with #844ACE

Text Example


Text Example

White with #844ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844ACE; }

 p { color: rgb(132,74,206); }

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

background-color css

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

 a { background-color: rgb(132,74,206); }

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

border-color css

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

 span { border-color: rgb(132,74,206); }

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