Html Css Color HEX #A161CB Amethyst

📋 copy color: '#A161CB'

red 161 ◦ green 97 ◦ blue 203

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

Shades of Amethyst #A161CB

Tints of Amethyst #A161CB

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

 GREEN value IS 97 (38.28% from 255) = 21.04%

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

R = 34.92%
G = 21.04%
B = 44.03%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A161CB (or 0xA161CB) is known color: Amethyst. HEX triplet: A1, 61 and CB. RGB value is (161,97,203). Sum of RGB (Red+Green+Blue) = 161+97+203=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A161CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A161CB is #5E9E34. Grayscale: #7F7F7F. Windows color (decimal): -6200885 or 13328801. OLE color: 13328801.

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

Color convert

RGB 161 97 203 -
CMYK 0.21 0.52 0 0.20
HSL 276.23º 0.5% 0.59% -
HSV(B) 276.23º 0.52% 0.8% -
XYZ 29.75 20.44 58.88 -
YUV 128.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 161 97 203 0.21 0.52 0 0.20 276.23 0.5 0.59
Hex A1 61 CB 15 34 0 14 114 32 3B
Octal 241 141 313 25 64 0 24 424 62 73
Binary 10100001 1100001 11001011 10101 110100 0 10100 100010100 110010 111011

Color Harmonies of #A161CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A161CB

Black with #A161CB

Text Example


Text Example

White with #A161CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A161CB; }

 p { color: rgb(161,97,203); }

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

background-color css

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

 a { background-color: rgb(161,97,203); }

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

border-color css

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

 span { border-color: rgb(161,97,203); }

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