Html Css Color HEX #A85EDC Amethyst

📋 copy color: '#A85EDC'

red 168 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #A85EDC

Tints of Amethyst #A85EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.64%

R = 34.85%
G = 19.5%
B = 45.64%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A85EDC (or 0xA85EDC) is known color: Amethyst. HEX triplet: A8, 5E and DC. RGB value is (168,94,220). Sum of RGB (Red+Green+Blue) = 168+94+220=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #A85EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EDC is #57A123. Grayscale: #828282. Windows color (decimal): -5742884 or 14442152. OLE color: 14442152.

HSL color Cylindrical-coordinate representation of color #A85EDC: hue angle of 275.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85EDC is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 94 220 -
CMYK 0.24 0.57 0 0.14
HSL 275.24º 0.64% 0.62% -
HSV(B) 275.24º 0.57% 0.86% -
XYZ 33.07 21.5 70.12 -
YUV 130.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 168 94 220 0.24 0.57 0 0.14 275.24 0.64 0.62
Hex A8 5E DC 18 39 0 E 113 40 3E
Octal 250 136 334 30 71 0 16 423 100 76
Binary 10101000 1011110 11011100 11000 111001 0 1110 100010011 1000000 111110

Color Harmonies of #A85EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85EDC

Black with #A85EDC

Text Example


Text Example

White with #A85EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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