Html Css Color HEX #A85BDC Amethyst

📋 copy color: '#A85BDC'

red 168 ◦ green 91 ◦ blue 220

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

Shades of Amethyst #A85BDC

Tints of Amethyst #A85BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19%

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

R = 35.07%
G = 19%
B = 45.93%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A85BDC (or 0xA85BDC) is known color: Amethyst. HEX triplet: A8, 5B and DC. RGB value is (168,91,220). Sum of RGB (Red+Green+Blue) = 168+91+220=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #A85BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BDC is #57A423. Grayscale: #808080. Windows color (decimal): -5743652 or 14441384. OLE color: 14441384.

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

Color convert

RGB 168 91 220 -
CMYK 0.24 0.59 0 0.14
HSL 275.81º 0.65% 0.61% -
HSV(B) 275.81º 0.59% 0.86% -
XYZ 32.81 20.97 70.03 -
YUV 128.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 168 91 220 0.24 0.59 0 0.14 275.81 0.65 0.61
Hex A8 5B DC 18 3B 0 E 114 41 3D
Octal 250 133 334 30 73 0 16 424 101 75
Binary 10101000 1011011 11011100 11000 111011 0 1110 100010100 1000001 111101

Color Harmonies of #A85BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BDC

Black with #A85BDC

Text Example


Text Example

White with #A85BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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