Html Css Color HEX #A85CDE Amethyst

📋 copy color: '#A85CDE'

red 168 ◦ green 92 ◦ blue 222

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

Shades of Amethyst #A85CDE

Tints of Amethyst #A85CDE

RGB

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

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

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

R = 34.85%
G = 19.09%
B = 46.06%

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

#A85CDE (or 0xA85CDE) is known color: Amethyst. HEX triplet: A8, 5C and DE. RGB value is (168,92,222). Sum of RGB (Red+Green+Blue) = 168+92+222=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #A85CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CDE is #57A321. Grayscale: #818181. Windows color (decimal): -5743394 or 14572712. OLE color: 14572712.

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

Color convert

RGB 168 92 222 -
CMYK 0.24 0.59 0 0.13
HSL 275.08º 0.66% 0.62% -
HSV(B) 275.08º 0.59% 0.87% -
XYZ 33.16 21.25 71.46 -
YUV 129.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 168 92 222 0.24 0.59 0 0.13 275.08 0.66 0.62
Hex A8 5C DE 18 3B 0 D 113 42 3E
Octal 250 134 336 30 73 0 15 423 102 76
Binary 10101000 1011100 11011110 11000 111011 0 1101 100010011 1000010 111110

Color Harmonies of #A85CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CDE

Black with #A85CDE

Text Example


Text Example

White with #A85CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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