Html Css Color HEX #A55CCC Amethyst

📋 copy color: '#A55CCC'

red 165 ◦ green 92 ◦ blue 204

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

Shades of Amethyst #A55CCC

Tints of Amethyst #A55CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 35.79%
G = 19.96%
B = 44.25%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A55CCC (or 0xA55CCC) is known color: Amethyst. HEX triplet: A5, 5C and CC. RGB value is (165,92,204). Sum of RGB (Red+Green+Blue) = 165+92+204=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #A55CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55CCC is #5AA333. Grayscale: #7E7E7E. Windows color (decimal): -5940020 or 13393061. OLE color: 13393061.

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

Color convert

RGB 165 92 204 -
CMYK 0.19 0.55 0 0.2
HSL 279.11º 0.52% 0.58% -
HSV(B) 279.11º 0.55% 0.8% -
XYZ 30.24 20.01 59.4 -
YUV 126.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 165 92 204 0.19 0.55 0 0.2 279.11 0.52 0.58
Hex A5 5C CC 13 37 0 14 117 34 3A
Octal 245 134 314 23 67 0 24 427 64 72
Binary 10100101 1011100 11001100 10011 110111 0 10100 100010111 110100 111010

Color Harmonies of #A55CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55CCC

Black with #A55CCC

Text Example


Text Example

White with #A55CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55CCC; }

 p { color: rgb(165,92,204); }

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

background-color css

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

 a { background-color: rgb(165,92,204); }

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

border-color css

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

 span { border-color: rgb(165,92,204); }

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