Html Css Color HEX #A165CF Amethyst

📋 copy color: '#A165CF'

red 161 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #A165CF

Tints of Amethyst #A165CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 34.33%
G = 21.54%
B = 44.14%

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

#A165CF (or 0xA165CF) is known color: Amethyst. HEX triplet: A1, 65 and CF. RGB value is (161,101,207). Sum of RGB (Red+Green+Blue) = 161+101+207=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #A165CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165CF is #5E9A30. Grayscale: #828282. Windows color (decimal): -6199857 or 13591969. OLE color: 13591969.

HSL color Cylindrical-coordinate representation of color #A165CF: hue angle of 273.96º 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 #A165CF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 101 207 -
CMYK 0.22 0.51 0 0.19
HSL 273.96º 0.52% 0.6% -
HSV(B) 273.96º 0.51% 0.81% -
XYZ 30.61 21.39 61.55 -
YUV 131.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 161 101 207 0.22 0.51 0 0.19 273.96 0.52 0.6
Hex A1 65 CF 16 33 0 13 112 34 3C
Octal 241 145 317 26 63 0 23 422 64 74
Binary 10100001 1100101 11001111 10110 110011 0 10011 100010010 110100 111100

Color Harmonies of #A165CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165CF

Black with #A165CF

Text Example


Text Example

White with #A165CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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