Html Css Color HEX #A85DDD Amethyst

📋 copy color: '#A85DDD'

red 168 ◦ green 93 ◦ blue 221

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

Shades of Amethyst #A85DDD

Tints of Amethyst #A85DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 34.85%
G = 19.29%
B = 45.85%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85DDD (or 0xA85DDD) is known color: Amethyst. HEX triplet: A8, 5D and DD. RGB value is (168,93,221). Sum of RGB (Red+Green+Blue) = 168+93+221=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A85DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DDD is #57A222. Grayscale: #818181. Windows color (decimal): -5743139 or 14507432. OLE color: 14507432.

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

Color convert

RGB 168 93 221 -
CMYK 0.24 0.58 0 0.13
HSL 275.16º 0.65% 0.62% -
HSV(B) 275.16º 0.58% 0.87% -
XYZ 33.11 21.37 70.79 -
YUV 130.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 168 93 221 0.24 0.58 0 0.13 275.16 0.65 0.62
Hex A8 5D DD 18 3A 0 D 113 41 3E
Octal 250 135 335 30 72 0 15 423 101 76
Binary 10101000 1011101 11011101 11000 111010 0 1101 100010011 1000001 111110

Color Harmonies of #A85DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DDD

Black with #A85DDD

Text Example


Text Example

White with #A85DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DDD; }

 p { color: rgb(168,93,221); }

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

background-color css

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

 a { background-color: rgb(168,93,221); }

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

border-color css

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

 span { border-color: rgb(168,93,221); }

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