Html Css Color HEX #A167CB Amethyst

📋 copy color: '#A167CB'

red 161 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #A167CB

Tints of Amethyst #A167CB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.06%

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

R = 34.48%
G = 22.06%
B = 43.47%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A167CB (or 0xA167CB) is known color: Amethyst. HEX triplet: A1, 67 and CB. RGB value is (161,103,203). Sum of RGB (Red+Green+Blue) = 161+103+203=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A167CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CB is #5E9834. Grayscale: #838383. Windows color (decimal): -6199349 or 13330337. OLE color: 13330337.

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

Color convert

RGB 161 103 203 -
CMYK 0.21 0.49 0 0.20
HSL 274.8º 0.49% 0.6% -
HSV(B) 274.8º 0.49% 0.8% -
XYZ 30.33 21.59 59.07 -
YUV 131.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 161 103 203 0.21 0.49 0 0.20 274.8 0.49 0.6
Hex A1 67 CB 15 31 0 14 113 31 3C
Octal 241 147 313 25 61 0 24 423 61 74
Binary 10100001 1100111 11001011 10101 110001 0 10100 100010011 110001 111100

Color Harmonies of #A167CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167CB

Black with #A167CB

Text Example


Text Example

White with #A167CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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