Html Css Color HEX #A85CD6 Amethyst

📋 copy color: '#A85CD6'

red 168 ◦ green 92 ◦ blue 214

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

Shades of Amethyst #A85CD6

Tints of Amethyst #A85CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.41%

 BLUE value IS 214 (83.98% from 255) = 45.15%

R = 35.44%
G = 19.41%
B = 45.15%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A85CD6 (or 0xA85CD6) is known color: Amethyst. HEX triplet: A8, 5C and D6. RGB value is (168,92,214). Sum of RGB (Red+Green+Blue) = 168+92+214=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #A85CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CD6 is #57A329. Grayscale: #808080. Windows color (decimal): -5743402 or 14048424. OLE color: 14048424.

HSL color Cylindrical-coordinate representation of color #A85CD6: hue angle of 277.38º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85CD6 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 92 214 -
CMYK 0.21 0.57 0 0.16
HSL 277.38º 0.6% 0.6% -
HSV(B) 277.38º 0.57% 0.84% -
XYZ 32.11 20.83 65.95 -
YUV 128.63 176.18 156.08 -
System Red Green Blue C M Y K H S L
Decimal 168 92 214 0.21 0.57 0 0.16 277.38 0.6 0.6
Hex A8 5C D6 15 39 0 10 115 3C 3C
Octal 250 134 326 25 71 0 20 425 74 74
Binary 10101000 1011100 11010110 10101 111001 0 10000 100010101 111100 111100

Color Harmonies of #A85CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CD6

Black with #A85CD6

Text Example


Text Example

White with #A85CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CD6; }

 p { color: rgb(168,92,214); }

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

background-color css

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

 a { background-color: rgb(168,92,214); }

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

border-color css

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

 span { border-color: rgb(168,92,214); }

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