Html Css Color HEX #A55FC8 Amethyst

📋 copy color: '#A55FC8'

red 165 ◦ green 95 ◦ blue 200

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

Shades of Amethyst #A55FC8

Tints of Amethyst #A55FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 35.87%
G = 20.65%
B = 43.48%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A55FC8 (or 0xA55FC8) is known color: Amethyst. HEX triplet: A5, 5F and C8. RGB value is (165,95,200). Sum of RGB (Red+Green+Blue) = 165+95+200=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #A55FC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FC8 is #5AA037. Grayscale: #7F7F7F. Windows color (decimal): -5939256 or 13131685. OLE color: 13131685.

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

Color convert

RGB 165 95 200 -
CMYK 0.18 0.52 0 0.22
HSL 280º 0.49% 0.58% -
HSV(B) 280º 0.53% 0.78% -
XYZ 30.03 20.35 56.99 -
YUV 127.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 165 95 200 0.18 0.52 0 0.22 280 0.49 0.58
Hex A5 5F C8 12 34 0 16 118 31 3A
Octal 245 137 310 22 64 0 26 430 61 72
Binary 10100101 1011111 11001000 10010 110100 0 10110 100011000 110001 111010

Color Harmonies of #A55FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FC8

Black with #A55FC8

Text Example


Text Example

White with #A55FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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