Html Css Color HEX #A85CD5 Amethyst

📋 copy color: '#A85CD5'

red 168 ◦ green 92 ◦ blue 213

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

Shades of Amethyst #A85CD5

Tints of Amethyst #A85CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 35.52%
G = 19.45%
B = 45.03%

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

#A85CD5 (or 0xA85CD5) is known color: Amethyst. HEX triplet: A8, 5C and D5. RGB value is (168,92,213). Sum of RGB (Red+Green+Blue) = 168+92+213=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A85CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CD5 is #57A32A. Grayscale: #808080. Windows color (decimal): -5743403 or 13982888. OLE color: 13982888.

HSL color Cylindrical-coordinate representation of color #A85CD5: hue angle of 277.69º degrees, saturation: 0.59, 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 #A85CD5 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 92 213 -
CMYK 0.21 0.57 0 0.16
HSL 277.69º 0.59% 0.6% -
HSV(B) 277.69º 0.57% 0.84% -
XYZ 31.99 20.78 65.28 -
YUV 128.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 168 92 213 0.21 0.57 0 0.16 277.69 0.59 0.6
Hex A8 5C D5 15 39 0 10 116 3B 3C
Octal 250 134 325 25 71 0 20 426 73 74
Binary 10101000 1011100 11010101 10101 111001 0 10000 100010110 111011 111100

Color Harmonies of #A85CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CD5

Black with #A85CD5

Text Example


Text Example

White with #A85CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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