Html Css Color HEX #845ACE Amethyst

📋 copy color: '#845ACE'

red 132 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #845ACE

Tints of Amethyst #845ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.03%

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

R = 30.84%
G = 21.03%
B = 48.13%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#845ACE (or 0x845ACE) is known color: Amethyst. HEX triplet: 84, 5A and CE. RGB value is (132,90,206). Sum of RGB (Red+Green+Blue) = 132+90+206=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #845ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ACE is #7BA531. Grayscale: #737373. Windows color (decimal): -8103218 or 13523588. OLE color: 13523588.

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

Color convert

RGB 132 90 206 -
CMYK 0.36 0.56 0 0.19
HSL 261.72º 0.54% 0.58% -
HSV(B) 261.72º 0.56% 0.81% -
XYZ 24.31 16.67 60.33 -
YUV 115.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 132 90 206 0.36 0.56 0 0.19 261.72 0.54 0.58
Hex 84 5A CE 24 38 0 13 106 36 3A
Octal 204 132 316 44 70 0 23 406 66 72
Binary 10000100 1011010 11001110 100100 111000 0 10011 100000110 110110 111010

Color Harmonies of #845ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ACE

Black with #845ACE

Text Example


Text Example

White with #845ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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