Html Css Color HEX #A165D6 Amethyst

📋 copy color: '#A165D6'

red 161 ◦ green 101 ◦ blue 214

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

Shades of Amethyst #A165D6

Tints of Amethyst #A165D6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.22%

 BLUE value IS 214 (83.98% from 255) = 44.96%

R = 33.82%
G = 21.22%
B = 44.96%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A165D6 (or 0xA165D6) is known color: Amethyst. HEX triplet: A1, 65 and D6. RGB value is (161,101,214). Sum of RGB (Red+Green+Blue) = 161+101+214=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #A165D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165D6 is #5E9A29. Grayscale: #838383. Windows color (decimal): -6199850 or 14050721. OLE color: 14050721.

HSL color Cylindrical-coordinate representation of color #A165D6: hue angle of 271.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A165D6 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 101 214 -
CMYK 0.25 0.53 0 0.16
HSL 271.86º 0.58% 0.62% -
HSV(B) 271.86º 0.53% 0.84% -
XYZ 31.49 21.74 66.15 -
YUV 131.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 161 101 214 0.25 0.53 0 0.16 271.86 0.58 0.62
Hex A1 65 D6 19 35 0 10 110 3A 3E
Octal 241 145 326 31 65 0 20 420 72 76
Binary 10100001 1100101 11010110 11001 110101 0 10000 100010000 111010 111110

Color Harmonies of #A165D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165D6

Black with #A165D6

Text Example


Text Example

White with #A165D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165D6; }

 p { color: rgb(161,101,214); }

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

background-color css

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

 a { background-color: rgb(161,101,214); }

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

border-color css

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

 span { border-color: rgb(161,101,214); }

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