Html Css Color HEX #A85DCF Amethyst

📋 copy color: '#A85DCF'

red 168 ◦ green 93 ◦ blue 207

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

Shades of Amethyst #A85DCF

Tints of Amethyst #A85DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 35.9%
G = 19.87%
B = 44.23%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A85DCF (or 0xA85DCF) is known color: Amethyst. HEX triplet: A8, 5D and CF. RGB value is (168,93,207). Sum of RGB (Red+Green+Blue) = 168+93+207=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A85DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DCF is #57A230. Grayscale: #808080. Windows color (decimal): -5743153 or 13589928. OLE color: 13589928.

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

Color convert

RGB 168 93 207 -
CMYK 0.19 0.55 0 0.19
HSL 279.47º 0.54% 0.59% -
HSV(B) 279.47º 0.55% 0.81% -
XYZ 31.33 20.66 61.37 -
YUV 128.42 172.35 156.23 -
System Red Green Blue C M Y K H S L
Decimal 168 93 207 0.19 0.55 0 0.19 279.47 0.54 0.59
Hex A8 5D CF 13 37 0 13 117 36 3B
Octal 250 135 317 23 67 0 23 427 66 73
Binary 10101000 1011101 11001111 10011 110111 0 10011 100010111 110110 111011

Color Harmonies of #A85DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DCF

Black with #A85DCF

Text Example


Text Example

White with #A85DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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