Html Css Color HEX #A55FCD Amethyst

📋 copy color: '#A55FCD'

red 165 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #A55FCD

Tints of Amethyst #A55FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 35.48%
G = 20.43%
B = 44.09%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A55FCD (or 0xA55FCD) is known color: Amethyst. HEX triplet: A5, 5F and CD. RGB value is (165,95,205). Sum of RGB (Red+Green+Blue) = 165+95+205=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #A55FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCD is #5AA032. Grayscale: #808080. Windows color (decimal): -5939251 or 13459365. OLE color: 13459365.

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

Color convert

RGB 165 95 205 -
CMYK 0.20 0.54 0 0.20
HSL 278.18º 0.52% 0.59% -
HSV(B) 278.18º 0.54% 0.8% -
XYZ 30.63 20.59 60.12 -
YUV 128.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 165 95 205 0.20 0.54 0 0.20 278.18 0.52 0.59
Hex A5 5F CD 14 36 0 14 116 34 3B
Octal 245 137 315 24 66 0 24 426 64 73
Binary 10100101 1011111 11001101 10100 110110 0 10100 100010110 110100 111011

Color Harmonies of #A55FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FCD

Black with #A55FCD

Text Example


Text Example

White with #A55FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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