Html Css Color HEX #A85BDE Amethyst

📋 copy color: '#A85BDE'

red 168 ◦ green 91 ◦ blue 222

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

Shades of Amethyst #A85BDE

Tints of Amethyst #A85BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 34.93%
G = 18.92%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85BDE (or 0xA85BDE) is known color: Amethyst. HEX triplet: A8, 5B and DE. RGB value is (168,91,222). Sum of RGB (Red+Green+Blue) = 168+91+222=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 91 (35.94% from 255 or 18.92% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #A85BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BDE is #57A421. Grayscale: #808080. Windows color (decimal): -5743650 or 14572456. OLE color: 14572456.

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

Color convert

RGB 168 91 222 -
CMYK 0.24 0.59 0 0.13
HSL 275.27º 0.66% 0.61% -
HSV(B) 275.27º 0.59% 0.87% -
XYZ 33.07 21.08 71.43 -
YUV 128.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 168 91 222 0.24 0.59 0 0.13 275.27 0.66 0.61
Hex A8 5B DE 18 3B 0 D 113 42 3D
Octal 250 133 336 30 73 0 15 423 102 75
Binary 10101000 1011011 11011110 11000 111011 0 1101 100010011 1000010 111101

Color Harmonies of #A85BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BDE

Black with #A85BDE

Text Example


Text Example

White with #A85BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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