Html Css Color HEX #A85ECF Amethyst

📋 copy color: '#A85ECF'

red 168 ◦ green 94 ◦ blue 207

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

Shades of Amethyst #A85ECF

Tints of Amethyst #A85ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.04%

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

R = 35.82%
G = 20.04%
B = 44.14%

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

#A85ECF (or 0xA85ECF) is known color: Amethyst. HEX triplet: A8, 5E and CF. RGB value is (168,94,207). Sum of RGB (Red+Green+Blue) = 168+94+207=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #A85ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ECF is #57A130. Grayscale: #808080. Windows color (decimal): -5742897 or 13590184. OLE color: 13590184.

HSL color Cylindrical-coordinate representation of color #A85ECF: hue angle of 279.29º 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 #A85ECF is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 94 207 -
CMYK 0.19 0.55 0 0.19
HSL 279.29º 0.54% 0.59% -
HSV(B) 279.29º 0.55% 0.81% -
XYZ 31.41 20.84 61.4 -
YUV 129.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 168 94 207 0.19 0.55 0 0.19 279.29 0.54 0.59
Hex A8 5E CF 13 37 0 13 117 36 3B
Octal 250 136 317 23 67 0 23 427 66 73
Binary 10101000 1011110 11001111 10011 110111 0 10011 100010111 110110 111011

Color Harmonies of #A85ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ECF

Black with #A85ECF

Text Example


Text Example

White with #A85ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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