Html Css Color HEX #A55FCE Amethyst

📋 copy color: '#A55FCE'

red 165 ◦ green 95 ◦ blue 206

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

Shades of Amethyst #A55FCE

Tints of Amethyst #A55FCE

RGB

 RED value IS 165 (64.84% from 255) = 35.41%

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

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

R = 35.41%
G = 20.39%
B = 44.21%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A55FCE (or 0xA55FCE) is known color: Amethyst. HEX triplet: A5, 5F and CE. RGB value is (165,95,206). Sum of RGB (Red+Green+Blue) = 165+95+206=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 95 (37.5% from 255 or 20.39% 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 #A55FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCE is #5AA031. Grayscale: #808080. Windows color (decimal): -5939250 or 13524901. OLE color: 13524901.

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

Color convert

RGB 165 95 206 -
CMYK 0.20 0.54 0 0.19
HSL 277.84º 0.53% 0.59% -
HSV(B) 277.84º 0.54% 0.81% -
XYZ 30.75 20.64 60.76 -
YUV 128.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 165 95 206 0.20 0.54 0 0.19 277.84 0.53 0.59
Hex A5 5F CE 14 36 0 13 116 35 3B
Octal 245 137 316 24 66 0 23 426 65 73
Binary 10100101 1011111 11001110 10100 110110 0 10011 100010110 110101 111011

Color Harmonies of #A55FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FCE

Black with #A55FCE

Text Example


Text Example

White with #A55FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FCE; }

 p { color: rgb(165,95,206); }

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

background-color css

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

 a { background-color: rgb(165,95,206); }

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

border-color css

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

 span { border-color: rgb(165,95,206); }

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