Html Css Color HEX #A85CCE Amethyst

📋 copy color: '#A85CCE'

red 168 ◦ green 92 ◦ blue 206

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

Shades of Amethyst #A85CCE

Tints of Amethyst #A85CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

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

R = 36.05%
G = 19.74%
B = 44.21%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A85CCE (or 0xA85CCE) is known color: Amethyst. HEX triplet: A8, 5C and CE. RGB value is (168,92,206). Sum of RGB (Red+Green+Blue) = 168+92+206=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #A85CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CCE is #57A331. Grayscale: #7F7F7F. Windows color (decimal): -5743410 or 13524136. OLE color: 13524136.

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

Color convert

RGB 168 92 206 -
CMYK 0.18 0.55 0 0.19
HSL 280º 0.54% 0.58% -
HSV(B) 280º 0.55% 0.81% -
XYZ 31.12 20.44 60.7 -
YUV 127.72 172.18 156.73 -
System Red Green Blue C M Y K H S L
Decimal 168 92 206 0.18 0.55 0 0.19 280 0.54 0.58
Hex A8 5C CE 12 37 0 13 118 36 3A
Octal 250 134 316 22 67 0 23 430 66 72
Binary 10101000 1011100 11001110 10010 110111 0 10011 100011000 110110 111010

Color Harmonies of #A85CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CCE

Black with #A85CCE

Text Example


Text Example

White with #A85CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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