Html Css Color HEX #885ACE Amethyst

📋 copy color: '#885ACE'

red 136 ◦ green 90 ◦ blue 206

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

Shades of Amethyst #885ACE

Tints of Amethyst #885ACE

RGB

 RED value IS 136 (53.52% from 255) = 31.48%

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

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

R = 31.48%
G = 20.83%
B = 47.69%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#885ACE (or 0x885ACE) is known color: Amethyst. HEX triplet: 88, 5A and CE. RGB value is (136,90,206). Sum of RGB (Red+Green+Blue) = 136+90+206=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #885ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ACE is #77A531. Grayscale: #747474. Windows color (decimal): -7841074 or 13523592. OLE color: 13523592.

HSL color Cylindrical-coordinate representation of color #885ACE: hue angle of 263.79º 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 #885ACE is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 90 206 -
CMYK 0.34 0.56 0 0.19
HSL 263.79º 0.54% 0.58% -
HSV(B) 263.79º 0.56% 0.81% -
XYZ 24.95 17 60.36 -
YUV 116.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 136 90 206 0.34 0.56 0 0.19 263.79 0.54 0.58
Hex 88 5A CE 22 38 0 13 108 36 3A
Octal 210 132 316 42 70 0 23 410 66 72
Binary 10001000 1011010 11001110 100010 111000 0 10011 100001000 110110 111010

Color Harmonies of #885ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885ACE

Black with #885ACE

Text Example


Text Example

White with #885ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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