Html Css Color HEX #A85FCE Amethyst

📋 copy color: '#A85FCE'

red 168 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #A85FCE

Tints of Amethyst #A85FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.26%

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 35.82%
G = 20.26%
B = 43.92%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A85FCE (or 0xA85FCE) is known color: Amethyst. HEX triplet: A8, 5F and CE. RGB value is (168,95,206). Sum of RGB (Red+Green+Blue) = 168+95+206=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A85FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCE is #57A031. Grayscale: #818181. Windows color (decimal): -5742642 or 13524904. OLE color: 13524904.

HSL color Cylindrical-coordinate representation of color #A85FCE: hue angle of 279.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85FCE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 95 206 -
CMYK 0.18 0.54 0 0.19
HSL 279.46º 0.53% 0.59% -
HSV(B) 279.46º 0.54% 0.81% -
XYZ 31.38 20.97 60.79 -
YUV 129.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 168 95 206 0.18 0.54 0 0.19 279.46 0.53 0.59
Hex A8 5F CE 12 36 0 13 117 35 3B
Octal 250 137 316 22 66 0 23 427 65 73
Binary 10101000 1011111 11001110 10010 110110 0 10011 100010111 110101 111011

Color Harmonies of #A85FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FCE

Black with #A85FCE

Text Example


Text Example

White with #A85FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FCE; }

 p { color: rgb(168,95,206); }

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

background-color css

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

 a { background-color: rgb(168,95,206); }

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

border-color css

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

 span { border-color: rgb(168,95,206); }

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