Html Css Color HEX #A85ECC Amethyst

📋 copy color: '#A85ECC'

red 168 ◦ green 94 ◦ blue 204

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

Shades of Amethyst #A85ECC

Tints of Amethyst #A85ECC

RGB

 RED value IS 168 (66.02% from 255) = 36.05%

 GREEN value IS 94 (37.11% from 255) = 20.17%

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 36.05%
G = 20.17%
B = 43.78%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A85ECC (or 0xA85ECC) is known color: Amethyst. HEX triplet: A8, 5E and CC. RGB value is (168,94,204). Sum of RGB (Red+Green+Blue) = 168+94+204=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #A85ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ECC is #57A133. Grayscale: #808080. Windows color (decimal): -5742900 or 13393576. OLE color: 13393576.

HSL color Cylindrical-coordinate representation of color #A85ECC: hue angle of 280.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85ECC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 94 204 -
CMYK 0.18 0.54 0 0.2
HSL 280.36º 0.52% 0.58% -
HSV(B) 280.36º 0.54% 0.8% -
XYZ 31.05 20.69 59.48 -
YUV 128.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 168 94 204 0.18 0.54 0 0.2 280.36 0.52 0.58
Hex A8 5E CC 12 36 0 14 118 34 3A
Octal 250 136 314 22 66 0 24 430 64 72
Binary 10101000 1011110 11001100 10010 110110 0 10100 100011000 110100 111010

Color Harmonies of #A85ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ECC

Black with #A85ECC

Text Example


Text Example

White with #A85ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ECC; }

 p { color: rgb(168,94,204); }

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

background-color css

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

 a { background-color: rgb(168,94,204); }

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

border-color css

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

 span { border-color: rgb(168,94,204); }

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