Html Css Color HEX #A167CA Amethyst

📋 copy color: '#A167CA'

red 161 ◦ green 103 ◦ blue 202

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

Shades of Amethyst #A167CA

Tints of Amethyst #A167CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.35%

R = 34.55%
G = 22.1%
B = 43.35%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A167CA (or 0xA167CA) is known color: Amethyst. HEX triplet: A1, 67 and CA. RGB value is (161,103,202). Sum of RGB (Red+Green+Blue) = 161+103+202=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #A167CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A167CA is #5E9835. Grayscale: #838383. Windows color (decimal): -6199350 or 13264801. OLE color: 13264801.

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

Color convert

RGB 161 103 202 -
CMYK 0.20 0.49 0 0.21
HSL 275.15º 0.48% 0.6% -
HSV(B) 275.15º 0.49% 0.79% -
XYZ 30.21 21.54 58.44 -
YUV 131.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 161 103 202 0.20 0.49 0 0.21 275.15 0.48 0.6
Hex A1 67 CA 14 31 0 15 113 30 3C
Octal 241 147 312 24 61 0 25 423 60 74
Binary 10100001 1100111 11001010 10100 110001 0 10101 100010011 110000 111100

Color Harmonies of #A167CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167CA

Black with #A167CA

Text Example


Text Example

White with #A167CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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