Html Css Color HEX #A165CE Amethyst

📋 copy color: '#A165CE'

red 161 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #A165CE

Tints of Amethyst #A165CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.02%

R = 34.4%
G = 21.58%
B = 44.02%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A165CE (or 0xA165CE) is known color: Amethyst. HEX triplet: A1, 65 and CE. RGB value is (161,101,206). Sum of RGB (Red+Green+Blue) = 161+101+206=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #A165CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165CE is #5E9A31. Grayscale: #828282. Windows color (decimal): -6199858 or 13526433. OLE color: 13526433.

HSL color Cylindrical-coordinate representation of color #A165CE: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A165CE is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 101 206 -
CMYK 0.22 0.51 0 0.19
HSL 274.29º 0.52% 0.6% -
HSV(B) 274.29º 0.51% 0.81% -
XYZ 30.49 21.34 60.9 -
YUV 130.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 161 101 206 0.22 0.51 0 0.19 274.29 0.52 0.6
Hex A1 65 CE 16 33 0 13 112 34 3C
Octal 241 145 316 26 63 0 23 422 64 74
Binary 10100001 1100101 11001110 10110 110011 0 10011 100010010 110100 111100

Color Harmonies of #A165CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165CE

Black with #A165CE

Text Example


Text Example

White with #A165CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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