Html Css Color HEX #A55FCB Amethyst

📋 copy color: '#A55FCB'

red 165 ◦ green 95 ◦ blue 203

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

Shades of Amethyst #A55FCB

Tints of Amethyst #A55FCB

RGB

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

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

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

R = 35.64%
G = 20.52%
B = 43.84%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A55FCB (or 0xA55FCB) is known color: Amethyst. HEX triplet: A5, 5F and CB. RGB value is (165,95,203). Sum of RGB (Red+Green+Blue) = 165+95+203=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #A55FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55FCB is #5AA034. Grayscale: #7F7F7F. Windows color (decimal): -5939253 or 13328293. OLE color: 13328293.

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

Color convert

RGB 165 95 203 -
CMYK 0.19 0.53 0 0.20
HSL 278.89º 0.51% 0.58% -
HSV(B) 278.89º 0.53% 0.8% -
XYZ 30.39 20.5 58.85 -
YUV 128.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 165 95 203 0.19 0.53 0 0.20 278.89 0.51 0.58
Hex A5 5F CB 13 35 0 14 117 33 3A
Octal 245 137 313 23 65 0 24 427 63 72
Binary 10100101 1011111 11001011 10011 110101 0 10100 100010111 110011 111010

Color Harmonies of #A55FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55FCB

Black with #A55FCB

Text Example


Text Example

White with #A55FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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