Html Css Color HEX #A162CB Amethyst

📋 copy color: '#A162CB'

red 161 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #A162CB

Tints of Amethyst #A162CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.21%

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

R = 34.85%
G = 21.21%
B = 43.94%

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

#A162CB (or 0xA162CB) is known color: Amethyst. HEX triplet: A1, 62 and CB. RGB value is (161,98,203). Sum of RGB (Red+Green+Blue) = 161+98+203=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #A162CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A162CB is #5E9D34. Grayscale: #808080. Windows color (decimal): -6200629 or 13329057. OLE color: 13329057.

HSL color Cylindrical-coordinate representation of color #A162CB: hue angle of 276º 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 #A162CB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 98 203 -
CMYK 0.21 0.52 0 0.20
HSL 276º 0.5% 0.59% -
HSV(B) 276º 0.52% 0.8% -
XYZ 29.85 20.62 58.91 -
YUV 128.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 161 98 203 0.21 0.52 0 0.20 276 0.5 0.59
Hex A1 62 CB 15 34 0 14 114 32 3B
Octal 241 142 313 25 64 0 24 424 62 73
Binary 10100001 1100010 11001011 10101 110100 0 10100 100010100 110010 111011

Color Harmonies of #A162CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A162CB

Black with #A162CB

Text Example


Text Example

White with #A162CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A162CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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