Html Css Color HEX #A85DCB Amethyst

📋 copy color: '#A85DCB'

red 168 ◦ green 93 ◦ blue 203

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

Shades of Amethyst #A85DCB

Tints of Amethyst #A85DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 36.21%
G = 20.04%
B = 43.75%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A85DCB (or 0xA85DCB) is known color: Amethyst. HEX triplet: A8, 5D and CB. RGB value is (168,93,203). Sum of RGB (Red+Green+Blue) = 168+93+203=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A85DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DCB is #57A234. Grayscale: #7F7F7F. Windows color (decimal): -5743157 or 13327784. OLE color: 13327784.

HSL color Cylindrical-coordinate representation of color #A85DCB: hue angle of 280.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85DCB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 93 203 -
CMYK 0.17 0.54 0 0.20
HSL 280.91º 0.51% 0.58% -
HSV(B) 280.91º 0.54% 0.8% -
XYZ 30.84 20.47 58.82 -
YUV 127.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 168 93 203 0.17 0.54 0 0.20 280.91 0.51 0.58
Hex A8 5D CB 11 36 0 14 119 33 3A
Octal 250 135 313 21 66 0 24 431 63 72
Binary 10101000 1011101 11001011 10001 110110 0 10100 100011001 110011 111010

Color Harmonies of #A85DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DCB

Black with #A85DCB

Text Example


Text Example

White with #A85DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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