Html Css Color HEX #A85FD1 Amethyst

📋 copy color: '#A85FD1'

red 168 ◦ green 95 ◦ blue 209

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

Shades of Amethyst #A85FD1

Tints of Amethyst #A85FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 35.59%
G = 20.13%
B = 44.28%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A85FD1 (or 0xA85FD1) is known color: Amethyst. HEX triplet: A8, 5F and D1. RGB value is (168,95,209). Sum of RGB (Red+Green+Blue) = 168+95+209=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #A85FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FD1 is #57A02E. Grayscale: #818181. Windows color (decimal): -5742639 or 13721512. OLE color: 13721512.

HSL color Cylindrical-coordinate representation of color #A85FD1: hue angle of 278.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85FD1 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 95 209 -
CMYK 0.20 0.55 0 0.18
HSL 278.42º 0.55% 0.6% -
HSV(B) 278.42º 0.55% 0.82% -
XYZ 31.75 21.11 62.72 -
YUV 129.82 172.68 155.23 -
System Red Green Blue C M Y K H S L
Decimal 168 95 209 0.20 0.55 0 0.18 278.42 0.55 0.6
Hex A8 5F D1 14 37 0 12 116 37 3C
Octal 250 137 321 24 67 0 22 426 67 74
Binary 10101000 1011111 11010001 10100 110111 0 10010 100010110 110111 111100

Color Harmonies of #A85FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FD1

Black with #A85FD1

Text Example


Text Example

White with #A85FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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