Html Css Color HEX #A165DB Amethyst

📋 copy color: '#A165DB'

red 161 ◦ green 101 ◦ blue 219

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

Shades of Amethyst #A165DB

Tints of Amethyst #A165DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 33.47%
G = 21%
B = 45.53%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A165DB (or 0xA165DB) is known color: Amethyst. HEX triplet: A1, 65 and DB. RGB value is (161,101,219). Sum of RGB (Red+Green+Blue) = 161+101+219=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #A165DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165DB is #5E9A24. Grayscale: #838383. Windows color (decimal): -6199845 or 14378401. OLE color: 14378401.

HSL color Cylindrical-coordinate representation of color #A165DB: hue angle of 270.51º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A165DB is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 101 219 -
CMYK 0.26 0.54 0 0.14
HSL 270.51º 0.62% 0.63% -
HSV(B) 270.51º 0.54% 0.86% -
XYZ 32.14 22 69.57 -
YUV 132.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 161 101 219 0.26 0.54 0 0.14 270.51 0.62 0.63
Hex A1 65 DB 1A 36 0 E 10F 3E 3F
Octal 241 145 333 32 66 0 16 417 76 77
Binary 10100001 1100101 11011011 11010 110110 0 1110 100001111 111110 111111

Color Harmonies of #A165DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165DB

Black with #A165DB

Text Example


Text Example

White with #A165DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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